Skip to content

Commit 39c72a2

Browse files
committed
Revert Inno Setup wizard style for now
1 parent 0e7f752 commit 39c72a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/installer.iss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ PrivilegesRequiredOverridesAllowed=dialog
3232
OutputBaseFilename={#MyAppName}_{#MyAppVersion}_{#MyAppPlatform}_Setup
3333
Compression=lzma
3434
SolidCompression=yes
35-
WizardStyle=modern dynamic
35+
WizardStyle=modern
36+
; WizardStyle=modern dynamic
3637
CloseApplications=force
3738
LicenseFile=..\LICENSE
3839
OutputDir=..\dist

0 commit comments

Comments
 (0)