mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +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
|
||||
#if MyReleaseStatus == "r"
|
||||
#define MyAppVersion MyAppVersion+MyBuildNumber
|
||||
#define MyAppVersion MyAppVersion+MyBuildNumber
|
||||
#else
|
||||
#define MyAppVersion MyAppVersion+"-"+MyBuildNumber
|
||||
#define MyAppVersion MyAppVersion+"-"+MyBuildNumber
|
||||
#endif
|
||||
|
||||
#define MyAppName "OSCAR"
|
||||
@ -42,9 +42,9 @@ DefaultDirName={pf}\OSCAR
|
||||
DefaultGroupName={#MyAppName}
|
||||
OutputDir=.\Installer
|
||||
#if MyReleaseStatus == "r"
|
||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}{#MySuffix}
|
||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}{#MySuffix}
|
||||
#else
|
||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}-{#MyGitRevision}{#MySuffix}
|
||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-{#MyPlatform}-{#MyGitRevision}{#MySuffix}
|
||||
#endif
|
||||
SetupIconFile=setup.ico
|
||||
Compression=lzma
|
||||
@ -54,6 +54,9 @@ VersionInfoProductName={#MyAppName}
|
||||
UninstallDisplayName={#MyAppName}
|
||||
UninstallDisplayIcon={app}\{#MyAppExeName}
|
||||
|
||||
VersionInfoVersion={#MyMajorVersion}.{#MyMinorVersion}.{#MyRevision}.{#MyBuildNumber}
|
||||
VersionInfoProductTextVersion={#MyAppVersion}
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
Name: "armenian"; MessagesFile: "compiler:Languages\Armenian.isl"
|
||||
|
Loading…
Reference in New Issue
Block a user