Skip to content

Commit bf58a6a

Browse files
committed
Enabled compression
1 parent 691d4cd commit bf58a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ret.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define MyAppVersion "2021c"
66
#define MyAppPublisher "Mente Binária"
77
#define MySetupFileName "ret2021c_setup"
8-
#define MyAppURL "https://docs.retoolk.it/"
8+
#define MyAppURL "https://github.com/mentebinaria/retoolkit"
99
#define MySrcDir "c:\tools\ret\"
1010

1111
[Setup]
@@ -24,7 +24,7 @@ DefaultGroupName={#MyAppName}
2424
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2525
PrivilegesRequired=lowest
2626
OutputBaseFilename={#MySetupFileName}
27-
Compression=none
27+
;Compression=none
2828
WizardStyle=modern
2929

3030
[Components]

0 commit comments

Comments
 (0)