mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-19 04:00:45 +00:00
Add build info to Installer exe file
This commit is contained in:
parent
4a7a14c301
commit
fd8c26e261
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
#define MyAppVersion MyMajorVersion+"."+MyMinorVersion+"."+MyRevision+"-"+MyReleaseStatus
|
#define MyAppVersion MyMajorVersion+"."+MyMinorVersion+"."+MyRevision+"-"+MyReleaseStatus
|
||||||
#if MyReleaseStatus == "r"
|
#if MyReleaseStatus == "r"
|
||||||
#define MyAppVersion MyAppVersion+MyBuildNumber
|
#define MyAppVersion MyAppVersion+MyBuildNumber
|
||||||
#else
|
#else
|
||||||
#define MyAppVersion MyAppVersion+"-"+MyBuildNumber
|
#define MyAppVersion MyAppVersion+"-"+MyBuildNumber
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MyAppName "OSCAR"
|
#define MyAppName "OSCAR"
|
||||||
@ -42,9 +42,9 @@ DefaultDirName={pf}\OSCAR
|
|||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
OutputDir=.\Installer
|
OutputDir=.\Installer
|
||||||
#if MyReleaseStatus == "r"
|
#if MyReleaseStatus == "r"
|
||||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}{#MySuffix}
|
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}{#MySuffix}
|
||||||
#else
|
#else
|
||||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}-{#MyGitRevision}{#MySuffix}
|
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}-{#MyGitRevision}{#MySuffix}
|
||||||
#endif
|
#endif
|
||||||
SetupIconFile=setup.ico
|
SetupIconFile=setup.ico
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
@ -54,6 +54,9 @@ VersionInfoProductName={#MyAppName}
|
|||||||
UninstallDisplayName={#MyAppName}
|
UninstallDisplayName={#MyAppName}
|
||||||
UninstallDisplayIcon={app}\{#MyAppExeName}
|
UninstallDisplayIcon={app}\{#MyAppExeName}
|
||||||
|
|
||||||
|
VersionInfoVersion={#MyMajorVersion}.{#MyMinorVersion}.{#MyRevision}.{#MyBuildNumber}
|
||||||
|
VersionInfoProductTextVersion={#MyAppVersion}
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||||
Name: "armenian"; MessagesFile: "compiler:Languages\Armenian.isl"
|
Name: "armenian"; MessagesFile: "compiler:Languages\Armenian.isl"
|
||||||
|
Loading…
Reference in New Issue
Block a user