fix: Jotunn extra files not covered: .dll.mdb, .pdb, .xml

This commit is contained in:
Zash
2022-05-27 20:29:06 +02:00
parent af6fa07882
commit 99214aff35
+4
View File
@@ -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/",
#