Skip to content

Commit

Permalink
Fix leftover Celeste MacOS executable when installing over Core builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed May 17, 2023
1 parent 51402b4 commit a7130f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniInstaller/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Program {
public static readonly string[] EverestCoreResidualFileNames = new string[] {
"apphosts", "everest-lib",
"lib64-win-x64", "lib64-win-x86", "lib64-linux", "lib64-osx",
"Celeste.dll", "Celeste.runtimeconfig.json",
"Celeste", "Celeste.dll", "Celeste.runtimeconfig.json",
"Celeste.deps.json", "Celeste.Mod.mm.deps.json", "NETCoreifier.deps.json",
"MiniInstaller-win.exe", "MiniInstaller-win64.exe", "MiniInstaller-linux", "MiniInstaller-osx", "MiniInstaller-win.exe.manifest",
"MiniInstaller.dll", "MiniInstaller.runtimeconfig.json", "MiniInstaller.deps.json",
Expand Down

0 comments on commit a7130f3

Please sign in to comment.