11; Script generated by the Inno Setup Script Wizard.
22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
4- #define MyAppVersion " 3.3.6 "
4+ #define MyAppVersion " 3.3.7-beta1 "
55#define MyAppName " UniGetUI"
66#define MyAppPublisher " Martí Climent"
77#define MyAppURL " https://github.com/marticliment/UniGetUI"
1414[Setup]
1515; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1616; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
17- UninstallDisplayName = " UniGetUI"
17+ UninstallDisplayName = " UniGetUI (PreRelease) "
1818AppId = {{889610CC-4337 -4BDB-AC3B-4F21806C0BDE}
1919AppName = {#MyAppName }
2020AppVersion = {#MyAppVersion}
@@ -23,7 +23,7 @@ AppPublisher={#MyAppPublisher}
2323AppPublisherURL = " https://www.marticliment.com/unigetui/"
2424AppSupportURL = {#MyAppURL}
2525AppUpdatesURL = {#MyAppURL}
26- VersionInfoVersion = 3.3 .6 .0
26+ VersionInfoVersion = 3.3 .7 .0
2727DefaultDirName = " {autopf64}\UniGetUI"
2828DisableProgramGroupPage = yes
2929DisableDirPage = no
@@ -44,7 +44,7 @@ SetupIconFile=src\UniGetUI\Assets\Images\icon.ico
4444UninstallDisplayIcon = {app} \UniGetUI.exe
4545Compression = lzma
4646SolidCompression = yes
47- WizardStyle = classic
47+ WizardStyle = modern dynamic
4848WizardImageFile = InstallerExtras\INSTALLER.BMP
4949WizardSmallImageFile = src\UniGetUI\Assets\Images\icon.bmp
5050DisableWelcomePage = no
0 commit comments