Skip to content

Commit

Permalink
Fixed Inability to uninstall ZZZ + Update to README.md for ZZZ (#526)
Browse files Browse the repository at this point in the history
* Fixed Collapse's innability to uninstall ZZZ

* Added ZZZ to supported Features

* Made ZZZ use a rowspan of 2

mb forgot how html and md works
  • Loading branch information
NSPC911 authored Jul 8, 2024
1 parent e63367c commit 3dbe67f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions 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
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,27 @@ Not only that, this launcher also has some advanced features for **Genshin Impac
<td>:white_check_mark:</td>
<td>N/A</td>
</tr>
<tr>
<td rowspan="2">Zenless Zone Zero</td>
<td>Global</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
</tr>
<tr>
<td>Mainland China</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 3dbe67f

Please sign in to comment.