mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2025-12-06 03:01:59 +01:00
DSTAR Waveform installer now checks the 'Create Desktop Icon' by default.
This commit is contained in:
parent
42ba4f02b9
commit
325088ae56
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.4.0.5")]
|
||||
[assembly: AssemblyFileVersion("1.4.0.5")]
|
||||
[assembly: AssemblyVersion("1.5.0.5")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.5")]
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
;
|
||||
|
||||
#define MyAppName "SmartSDR DSTAR Waveform"
|
||||
#define MyAppVersion "1.5.0.5"
|
||||
#define MyAppVersionWithV "v1.5.0.5"
|
||||
#define MyAppVersion "1.5.0.6"
|
||||
#define MyAppVersionWithV "v1.5.0.6"
|
||||
#define MyAppPublisher "FlexRadio Systems"
|
||||
#define MyAppURL "http://www.flexradio.com/"
|
||||
#define MyAppExeName "ThumbDV_DSTAR_GUI.exe"
|
||||
|
|
@ -34,7 +34,7 @@ SolidCompression=yes
|
|||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
||||
[Tasks]
|
||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
|
||||
|
||||
[Files]
|
||||
Source: "..\CODEC2 GUI\bin\x86\Release\ThumbDV_DSTAR_GUI.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
|
|
|
|||
Loading…
Reference in a new issue