From d29425cef83b3858be01e88110f6fa27444d8d09 Mon Sep 17 00:00:00 2001 From: Zash Date: Wed, 3 Sep 2025 08:14:31 +0200 Subject: [PATCH] Valheim: fix BepInEx installation, missing file .doorstop_version (#192) --- games/game_valheim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/games/game_valheim.py b/games/game_valheim.py index 7af4fc3..18a1c94 100644 --- a/games/game_valheim.py +++ b/games/game_valheim.py @@ -318,6 +318,7 @@ class ValheimGame(BasicGame): "BepInEx", "doorstop_libs", "unstripped_corlib", + ".doorstop_version", "doorstop_config.ini", "start_game_bepinex.sh", "start_server_bepinex.sh",