Skip to content

Commit 8526cae

Browse files
committed
Don't overwrite ModuleManager cache files.
1 parent 24f64b5 commit 8526cae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DMPModpackUpdater/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ public static void Main(string[] args)
7272
excludeList.Add("darkmultiplayer/");
7373
excludeList.Add("squad/");
7474
excludeList.Add("squadexpansion/");
75-
containsExcludeList.Add(".log");
7675
containsExcludeList.Add("modulemanager.configcache");
7776
containsExcludeList.Add("modulemanager.configsha");
77+
containsExcludeList.Add("modulemanager.physics");
78+
containsExcludeList.Add("modulemanager.techtree");
7879
kspList.Add("KSP.x86_64");
7980
kspList.Add("KSP.x86");
8081
kspList.Add("KSP_x64.exe");

0 commit comments

Comments
 (0)