mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
fix: Jotunn extra files not covered: .dll.mdb, .pdb, .xml
This commit is contained in:
@@ -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/",
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user