[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!
|
||||
|
||||
#define MyAppName "noTube"
|
||||
#define MyAppVersion "0.49"
|
||||
#define MyAppVersion "0.50"
|
||||
#define MyAppPublisher "noTube"
|
||||
#define MyAppURL "https://notube.lol/"
|
||||
#define MyAppExeName "notube.exe"
|
||||
|
|
@ -36,6 +36,9 @@ SetupIconFile=C:\Users\Skapdat\Projets\Dev\NoTube-Flutter\notube\build\windows\x
|
|||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
ChangesEnvironment=yes
|
||||
|
||||
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
|
|
|||
Loading…
Reference in New Issue