Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 2d20f2b

Browse files
committed
include the installer version in the installer filename
1 parent 0c268b0 commit 2d20f2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SageMath.iss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#define MyAppName "SageMath"
2+
#define InstallerVersion "0.4.1"
23

34
#ifndef SageVersion
45
#error SageVersion must be defined--pass /DSageVersion=<version> to InnoSetup with the correct version
@@ -77,7 +78,7 @@ DisableProgramGroupPage=yes
7778
DisableWelcomePage=no
7879
DiskSpanning={#DiskSpanning}
7980
OutputDir={#OutputDir}
80-
OutputBaseFilename={#MyAppName}-{#MyAppVersion}
81+
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Installer-v{#InstallerVersion}
8182
PrivilegesRequired=lowest
8283
Compression={#Compression}
8384
SolidCompression=yes

0 commit comments

Comments
 (0)