From 99214aff357a3b4e8b73e2d87f70c7195d7f8cea Mon Sep 17 00:00:00 2001 From: Zash Date: Fri, 8 Apr 2022 12:17:28 +0200 Subject: [PATCH] fix: Jotunn extra files not covered: .dll.mdb, .pdb, .xml --- games/game_valheim.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/game_valheim.py b/games/game_valheim.py index 48414bc..0fbf1d7 100644 --- a/games/game_valheim.py +++ b/games/game_valheim.py @@ -355,15 +355,19 @@ class ValheimGame(BasicGame): "delete": [ "*.txt", "*.md", + "README", "icon.png", "license", "manifest.json", + "*.dll.mdb", + "*.pdb", ], "move": { "*_VML.dll": "InSlimVML/Mods/", # "plugins": "BepInEx/", "*.dll": "BepInEx/plugins/", + "*.xml": "BepInEx/plugins/", "config": "BepInEx/", "*.cfg": "BepInEx/config/", #