mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-22 16:10:21 +01:00
Merge branch 'thumbDV_support' of github.com:n5ac/smartsdr-dsp into thumbDV_support
This commit is contained in:
commit
b21e1927ed
|
|
@ -5,8 +5,9 @@
|
|||
;
|
||||
|
||||
#define MyAppName "FlexRadio DSTAR Waveform"
|
||||
#define MyAppVersion "1.4.0.4"
|
||||
#define MyAppPublisher "FlexRadio Systems, LLC"
|
||||
#define MyAppVersion "0.0.4"
|
||||
#define MyAppVersionWithV "v0.0.4"
|
||||
#define MyAppPublisher "FlexRadio Systems"
|
||||
#define MyAppURL "http://www.flexradio.com/"
|
||||
#define MyAppExeName "ThumbDV_DSTAR_GUI.exe"
|
||||
|
||||
|
|
@ -20,11 +21,11 @@ AppPublisher={#MyAppPublisher}
|
|||
AppPublisherURL={#MyAppURL}
|
||||
AppSupportURL={#MyAppURL}
|
||||
AppUpdatesURL={#MyAppURL}
|
||||
DefaultDirName=FlexRadio Systems\ThumbDV DSTAR
|
||||
DefaultDirName={pf}\{#MyAppPublisher}\{#MyAppName} {#MyAppVersionWithV}
|
||||
DisableDirPage=yes
|
||||
DefaultGroupName=FlexRadio DSTAR Waveform
|
||||
DisableProgramGroupPage=yes
|
||||
OutputBaseFilename=FlexRadioDSTARWaveform
|
||||
OutputBaseFilename=FlexRadioDSTARWaveform_Installer
|
||||
SetupIconFile=..\CODEC2 GUI\Images\dstar.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue