Skip to content

Commit ef19ab9

Browse files
committed
Installer will create QMods folder. On uninstall will only remove if empty.
1 parent 42c2ade commit ef19ab9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Build/QModManager_Setup.exe

61.2 KB
Binary file not shown.

Installer/QModsInstallerScript.iss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Source: "..\Dependencies\cldb.dat"; DestDir: "{app}\BepInEx\patchers\QModManager
7070
Source: "..\Build\QModManager.exe"; DestDir: "{app}\BepInEx\patchers\QModManager"; Flags: ignoreversion;
7171
; BepInEx
7272
Source: "..\Dependencies\BepInEx\*"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs replacesameversion sharedfile uninsnosharedfileprompt;
73+
74+
[Dirs]
75+
Name: "{app}\QMods"
7376

7477
[UninstallRun]
7578
Filename: "{app}\BepInEx\patchers\QModManager\QModManager.exe"; Parameters: "-u";

0 commit comments

Comments
 (0)