mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-21 06:03:49 +00:00
Added version to desktop shortcut. Added Libs directory.
This commit is contained in:
parent
247bf25ff5
commit
121576fc19
7 changed files with 21 additions and 8 deletions
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/Flex.UiWpfFramework.dll
Normal file
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/Flex.UiWpfFramework.dll
Normal file
Binary file not shown.
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/FlexLib.dll
Normal file
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/FlexLib.dll
Normal file
Binary file not shown.
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/Ionic.Zip.dll
Normal file
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/Ionic.Zip.dll
Normal file
Binary file not shown.
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/Util.dll
Normal file
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/Util.dll
Normal file
Binary file not shown.
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/Vita.dll
Normal file
BIN
pc/CODEC2 GUI/CODEC2 GUI/Libs/Vita.dll
Normal file
Binary file not shown.
|
|
@ -57,11 +57,16 @@
|
|||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Flex.UiWpfFramework">
|
||||
<HintPath>..\..\..\..\..\SmartSDR_1_14_21_References\Flex.UiWpfFramework.dll</HintPath>
|
||||
<Reference Include="Flex.UiWpfFramework, Version=1.0.1.28534, Culture=neutral, processorArchitecture=x86">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>Libs\Flex.UiWpfFramework.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="FlexLib">
|
||||
<HintPath>..\..\..\..\..\SmartSDR_1_14_21_References\FlexLib.dll</HintPath>
|
||||
<Reference Include="FlexLib, Version=1.4.25.28534, Culture=neutral, processorArchitecture=x86">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>Libs\FlexLib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Ionic.Zip">
|
||||
<HintPath>Libs\Ionic.Zip.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
|
@ -73,6 +78,14 @@
|
|||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Util, Version=1.0.1.30356, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>Libs\Util.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Vita, Version=1.0.1.30356, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>Libs\Vita.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
;
|
||||
|
||||
#define MyAppName "SmartSDR D-STAR Waveform"
|
||||
#define MyAppVersion "1.5.0.6"
|
||||
#define MyAppVersionWithV "v1.5.0.6"
|
||||
#define MyAppVersion "1.0.6.0"
|
||||
#define MyAppVersionWithV "v1.0.6.0"
|
||||
#define MyAppPublisher "FlexRadio Systems"
|
||||
#define MyAppURL "http://www.flexradio.com/"
|
||||
#define MyAppExeName "SmartSDR_D-STAR_Waveform.exe"
|
||||
|
|
@ -25,7 +25,7 @@ DefaultDirName={pf}\{#MyAppPublisher}\{#MyAppName} {#MyAppVersionWithV}
|
|||
DisableDirPage=yes
|
||||
DefaultGroupName=DSTAR Waveform
|
||||
DisableProgramGroupPage=yes
|
||||
OutputBaseFilename=DSTAR_Waveform_Installer
|
||||
OutputBaseFilename=SmartSDR_D-STAR_Waveform_Installer_{#MyAppVersionWithV}
|
||||
SetupIconFile=..\CODEC2 GUI\Images\dstar.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
|
@ -49,7 +49,7 @@ Source: "..\..\..\DSP_API\Waveform\ThumbDV.ssdr_waveform"; DestDir: "{userappdat
|
|||
|
||||
[Icons]
|
||||
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
||||
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
||||
Name: "{commondesktop}\{#MyAppName} {#MyAppVersionWithV}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue