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

Commit

Permalink
include the installer version in the installer filename
Browse files Browse the repository at this point in the history
  • Loading branch information
embray committed Sep 21, 2018
1 parent 0c268b0 commit 2d20f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SageMath.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define MyAppName "SageMath"
#define InstallerVersion "0.4.1"

#ifndef SageVersion
#error SageVersion must be defined--pass /DSageVersion=<version> to InnoSetup with the correct version
Expand Down Expand Up @@ -77,7 +78,7 @@ DisableProgramGroupPage=yes
DisableWelcomePage=no
DiskSpanning={#DiskSpanning}
OutputDir={#OutputDir}
OutputBaseFilename={#MyAppName}-{#MyAppVersion}
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Installer-v{#InstallerVersion}
PrivilegesRequired=lowest
Compression={#Compression}
SolidCompression=yes
Expand Down

0 comments on commit 2d20f2b

Please sign in to comment.