Skip to content

Commit

Permalink
Fixed Collapse's innability to uninstall ZZZ
Browse files Browse the repository at this point in the history
  • Loading branch information
NSPC911 committed Jul 7, 2024
1 parent e63367c commit cd0bbef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public ZenlessInstall(UIElement parentUI, IGameVersionCheck GameVersionManager)
#region Override Methods - UninstallGame
protected override UninstallGameProperty AssignUninstallFolders() => new UninstallGameProperty()
{
gameDataFolderName = "ZZZ_Data",
gameDataFolderName = "ZenlessZoneZero_Data",
foldersToDelete = new string[] { "APMCrashReporter" },
filesToDelete = new string[] { "mhypbase.dll", "HoYoKProtect.sys", "GameAssembly.dll", "pkg_version", "config.ini", "^ZZZ.*", "^Unity.*" },
foldersToKeepInData = new string[] { "ScreenShots" }
Expand Down

0 comments on commit cd0bbef

Please sign in to comment.