Skip to content

Commit f86f5e6

Browse files
committed
Disable compression
1 parent f5c5f12 commit f86f5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/retoolkit.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DefaultGroupName={#MyAppName}
1818
; PrivilegesRequired=lowest
1919
OutputBaseFilename={#MyAppName}_{#MyAppVersion}_setup
2020
WizardStyle=modern
21-
; Compression=lzma2/ultra
21+
Compression=none
2222
DiskSpanning=yes
2323
SetupIconFile="..\..\assets\retoolkit.ico"
2424
UninstallDisplayIcon="{app}\sendto+\retoolkit.ico"

0 commit comments

Comments
 (0)