[setup] clean env
This commit is contained in:
parent
c4e2255eaf
commit
b3f73fd514
|
|
@ -2,7 +2,7 @@
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "noTube"
|
#define MyAppName "noTube"
|
||||||
#define MyAppVersion "0.49"
|
#define MyAppVersion "0.50"
|
||||||
#define MyAppPublisher "noTube"
|
#define MyAppPublisher "noTube"
|
||||||
#define MyAppURL "https://notube.lol/"
|
#define MyAppURL "https://notube.lol/"
|
||||||
#define MyAppExeName "notube.exe"
|
#define MyAppExeName "notube.exe"
|
||||||
|
|
@ -36,6 +36,9 @@ SetupIconFile=C:\Users\Skapdat\Projets\Dev\NoTube-Flutter\notube\build\windows\x
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
|
ChangesEnvironment=yes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue