mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2025-12-06 03:01:59 +01:00
Modified installer MyAppVersion defines so that they can be passed in as parameters by a build script.
This commit is contained in:
parent
e7d07018e7
commit
f1db9a9cc9
|
|
@ -4,13 +4,22 @@
|
||||||
; Author: Mark Hanson, AA3RK
|
; Author: Mark Hanson, AA3RK
|
||||||
;
|
;
|
||||||
|
|
||||||
|
; The App Versions can be passed in and will match the AssemblyInfo for the application
|
||||||
|
#ifndef MyAppVersion
|
||||||
|
#define MyAppVersion "1.0.3.0"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef MyAppVersionWithV
|
||||||
|
#define MyAppVersionWithV "v1.0.3.0"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MyAppName "SmartSDR FreeDV Waveform"
|
#define MyAppName "SmartSDR FreeDV Waveform"
|
||||||
#define MyAppVersion "1.0.3"
|
|
||||||
#define MyAppVersionWithV "v1.0.3"
|
|
||||||
#define MyAppPublisher "FlexRadio Systems"
|
#define MyAppPublisher "FlexRadio Systems"
|
||||||
#define MyAppURL "http://www.flexradio.com/"
|
#define MyAppURL "http://www.flexradio.com/"
|
||||||
#define MyAppExeName "SmartSDR_FreeDV_Waveform.exe"
|
#define MyAppExeName "SmartSDR_FreeDV_Waveform.exe"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppId={{69CD74EA-0824-438C-A3DF-1759AEF3F7D2}
|
AppId={{69CD74EA-0824-438C-A3DF-1759AEF3F7D2}
|
||||||
AppName={#MyAppName}
|
AppName={#MyAppName}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue