Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Bump Inno version to 5.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ely committed Jan 30, 2016
1 parent 85d778c commit 817a9d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SR-Alternate-Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

; If any version below the specified version is used for compiling,
; this error will be shown.
#if VER < EncodeVer(5, 5, 2)
#error You must use Inno Setup 5.5.2 or newer to compile this script
#if VER < EncodeVer(5, 5, 8)
#error You must use Inno Setup 5.5.8 or newer to compile this script
#endif

#define MyAppInstallerName "LEGO Stunt Rally Alternate Installer"
Expand Down Expand Up @@ -36,7 +36,6 @@ SetupIconFile=StuntRally.ico
; WizardImageFile=Sidebar.bmp
WizardSmallImageFile=Small-Image.bmp
WizardImageStretch=True
WizardImageBackColor=clBlack
; Location of the compiled Exe
OutputDir=bin
OutputBaseFilename={#MyAppName} Alternate Installer {#MyAppInstallerVersion}
Expand Down

0 comments on commit 817a9d5

Please sign in to comment.