mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Name Windows installers for Release without commit id
This commit is contained in:
parent
a102a85dbd
commit
566b0736d3
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "buildinfo.iss"
|
#include "buildinfo.iss"
|
||||||
|
|
||||||
#define MyAppVersion MyMajorVersion+"."+MyMinorVersion+"."+MyRevision+"-"+MyReleaseStatus+"-"+MyBuildNumber
|
#define MyAppVersion MyMajorVersion+"."+MyMinorVersion+"."+MyRevision+"-"+MyReleaseStatus+MyBuildNumber
|
||||||
|
|
||||||
#define MyAppName "OSCAR"
|
#define MyAppName "OSCAR"
|
||||||
#define MyAppPublisher "The OSCAR Team"
|
#define MyAppPublisher "The OSCAR Team"
|
||||||
@ -36,7 +36,11 @@ AppCopyright=Copyright 2019 {#MyAppPublisher}
|
|||||||
DefaultDirName={pf}\OSCAR
|
DefaultDirName={pf}\OSCAR
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
OutputDir=.\Installer
|
OutputDir=.\Installer
|
||||||
|
#if MyReleaseStatus == "r"
|
||||||
|
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}{#MySuffix}
|
||||||
|
#else
|
||||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}-{#MyGitRevision}{#MySuffix}
|
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}-{#MyGitRevision}{#MySuffix}
|
||||||
|
#endif
|
||||||
SetupIconFile=setup.ico
|
SetupIconFile=setup.ico
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user