We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691d4cd commit bf58a6aCopy full SHA for bf58a6a
ret.iss
@@ -5,7 +5,7 @@
5
#define MyAppVersion "2021c"
6
#define MyAppPublisher "Mente Binária"
7
#define MySetupFileName "ret2021c_setup"
8
-#define MyAppURL "https://docs.retoolk.it/"
+#define MyAppURL "https://github.com/mentebinaria/retoolkit"
9
#define MySrcDir "c:\tools\ret\"
10
11
[Setup]
@@ -24,7 +24,7 @@ DefaultGroupName={#MyAppName}
24
; Uncomment the following line to run in non administrative install mode (install for current user only.)
25
PrivilegesRequired=lowest
26
OutputBaseFilename={#MySetupFileName}
27
-Compression=none
+;Compression=none
28
WizardStyle=modern
29
30
[Components]
0 commit comments