Skip to content

Commit

Permalink
And because I'm impatient, I checked in my A5 work before remembering…
Browse files Browse the repository at this point in the history
… to wait until after the Windows installer was built.
  • Loading branch information
thommcgrath committed Oct 9, 2016
1 parent 8c793b0 commit bdadbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installers/Windows/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Beacon"
#define MyAppVersion "1.0.0a4"
#define MyAppVersion "1.0.0a5"
#define MyAppPublisher "The ZAZ Studios"
#define MyAppURL "https://thezaz.com/beacon"
#define MyAppExeName "Beacon.exe"
Expand All @@ -22,7 +22,7 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
OutputBaseFilename=Install {#MyAppName}
OutputBaseFilename=Install {#MyAppName} {#MyAppVersion}
Compression=lzma
SolidCompression=yes

Expand Down

0 comments on commit bdadbe4

Please sign in to comment.