Skip to content

Commit 754dfe8

Browse files
committed
To 4.0.0-U3 CMake 4.0.2 and Mod to allow proper Hamlib DLL packaging
1 parent 3996701 commit 754dfe8

File tree

10 files changed

+1208
-35
lines changed

10 files changed

+1208
-35
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ completely removes needs for capable third-party environments such as [Python][]
2626
As of [JTSDK64-3.4.0][] there are no longer distinctions between "Base" and "Tools" packages. There will just me "Main Releases" and "Updates".
2727

2828
- Under the [JTSDK64-3.2-Stream][] the "Base Package" was [JTSDK64-Base-3.2.3][]. Under the JTSDK64-4.0-Stream the former "Base" deployment package will become [JTSDK64-4.0.0][].
29-
- Under the [JTSDK64-3.2-Stream][] the "Patch Package" was [JTSDK64-Tools-3.2.3.3][]. Under the JTSDK64-4.0-Stream the "Update" packages will become/is [JTSDK64-4.0.0-U2][].
29+
- Under the [JTSDK64-3.2-Stream][] the "Patch Package" was [JTSDK64-Tools-3.2.3.3][]. Under the JTSDK64-4.0-Stream the "Update" packages will become/is [JTSDK64-4.0.0-U3][].
3030

3131
The Main deployment package - [JTSDK64-4.0.0][] - can be downloaded at https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0.exe
3232

33-
The Update deployment package - [JTSDK64-4.0.0-U2][] - can be downloaded at https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U2.exe
33+
The Update deployment package - [JTSDK64-4.0.0-U3][] - can be downloaded at https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U3.exe
3434

3535
This README.md file includes deployment instructions. The very latest news - including tips
3636
to solve issues - can be found at https://hamlib-sdk.sourceforge.io/ .
@@ -53,7 +53,7 @@ The preferred [MSYS2][] development environment for building Hamlib is now execu
5353

5454
### Release Notes: Updates
5555

56-
An update package [JTSDK64-4.0.0-U2][] is available for [JTSDK64-4.0.0][] .
56+
An update package [JTSDK64-4.0.0-U3][] is available for [JTSDK64-4.0.0][] .
5757

5858
This package provides some basic scripting updates/enhancements as well as updates for:
5959

@@ -91,7 +91,7 @@ Current packaging preempts known cases of proposed licence and delivery conditio
9191
************************************************************************************
9292
Precompiled drop-in packages are no longer available as Sourceforge, our project host, are auditing space.
9393
************************************************************************************
94-
The recommended development environment should be [JTSDK64-4.0.0][] with the latest update [JTSDK64-4.0.0-U2][] applied.
94+
The recommended development environment should be [JTSDK64-4.0.0][] with the latest update [JTSDK64-4.0.0-U3][] applied.
9595
************************************************************************************
9696

9797
### Conventions used in this document.
@@ -208,10 +208,10 @@ An **Update** package can only be applied to a matching release. i.e. You cannot
208208
- Download the latest **Update** packages from https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/
209209

210210
************************************************************************************
211-
The current update deployment package - [JTSDK64-4.0.0-U2][] - can be downloaded at https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U2.exe
211+
The current update deployment package - [JTSDK64-4.0.0-U3][] - can be downloaded at https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U3.exe
212212
************************************************************************************
213213

214-
- Deploy the **Update** package [JTSDK64-4.0.0-U2][] to your JTSDK install directory.
214+
- Deploy the **Update** package [JTSDK64-4.0.0-U3][] to your JTSDK install directory.
215215

216216
Updates may be required for the [MSYS2][] environment. Therefore the "profile" directory for
217217
[MSYS2][] may be deleted and re-created.
@@ -310,7 +310,7 @@ This DLL may be copied and placed into that folder, negating the need for deploy
310310
** Note that these instructions assumes a fresh Windows 10 or 11 Virtual Machine is used **
311311

312312
- Deploy the **Release** installer [JTSDK64-4.0.0][] inside a FRESH, FULLY UPDATED WINDOWS 10 or 11 VM.
313-
- Deploy the latest **update** Package to your installation i.e. [JTSDK64-4.0.0-U2][]
313+
- Deploy the latest **update** Package to your installation i.e. [JTSDK64-4.0.0-U3][]
314314

315315
It is recommended to use all the initial default settings and file locations.
316316

@@ -322,7 +322,7 @@ A screen similar to the following should eventually appear:
322322

323323
```
324324
-------------------------------------------
325-
JTSDK Setup v4.0.0.1
325+
JTSDK Setup v4.0.0.3
326326
-------------------------------------------
327327
328328
Required Tools
@@ -837,6 +837,7 @@ Base ref: https://sourceforge.net/projects/jtsdk/files/win64/3.1.0/README.md Dat
837837
[JTSDK64-4.0.0]: https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0.exe
838838
[JTSDK64-4.0.0-U1]: https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U1.exe
839839
[JTSDK64-4.0.0-U2]: https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U2.exe
840+
[JTSDK64-4.0.0-U3]: https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U3.exe
840841
[Git]: https://git-scm.com/
841842
[VS Code]: https://code.visualstudio.com/Download
842843
[Issue Tracker]: https://sourceforge.net/p/hamlib-sdk/tickets/

docs/ver4/AN4.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3>Version 4.0.0</h3>
7373
<p>In addition the &quot;mirroring&quot; of <strong>build-hamlib.sh</strong> and <strong>build-hamlib.sh-static</strong> has been
7474
broken - with <strong>build-hamlib.sh</strong> offering a number of additional command-line switches to
7575
aid developers.</p>
76-
<p>The <strong>JTSDK 4.0.0</strong> provides a version of <a href="https://libusb.info/">LibUSB 1.0.27</a> that we have supplied.</p>
76+
<p>The <strong>JTSDK 4.0.0</strong> provides a version of <a href="https://libusb.info/">LibUSB 1.0.27</a> that we have supplied. Update packages may suuply later versions.</p>
7777
</ul>
7878

7979
<table width="*" align="center" border="1">
@@ -91,8 +91,6 @@ <h3>Project Status</h3>
9191
<p>Future kits will be much smaller in distribution size. You will be required to
9292
build libraries (i.e. <a href="https://www.boost.org/https://www.boost.org/">Boost</a>) as part of the learning process.</p>
9393
<p>Current packaging preempts known cases of proposed licence and delivery condition changes. </p>
94-
95-
<p>Precompiled drop-in packages for <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.2-Stream/Boost-1.74.0-MinGW-v7.3-v8.1.7z">Boost-1.74.0</a>, <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.2-Stream/Boost-1.81.0-MinGW-v8.1-v11.2.7z">Boost-1.81.0</a>, <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.2-Stream/Boost-1.82.0-MinGW-v8.1-v11.2.7z">Boost-1.82.0</a> , <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.2-Stream/Boost-1.83.0-MinGW-v8.1-v11.2.7z">Boost-1.83.0</a>, <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.2-Stream/Boost-1.84.0-MinGW-v8.1-v11.2.7z">Boost-1.84.0</a> and <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.2-Stream/Boost-1.85.0-MinGW-v8.1-v11.2.7z">Boost-1.85.0</a> built under Qt&#39;s <a href="http://www.mingw.org/">MinGW</a> 8.1 and <a href="http://www.mingw.org/">MinGW</a> 11.2 environs are available (saving 3+ hours).</p>
9694
</ul>
9795

9896
<table width="*" align="center" border="1">

docs/ver4/DG4-Build-Boost.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h3>Step 3: Deploy the <strong>mingw64</strong> Build Environment</h3>
127127
<h3>Step 4: Download the Source</h3>
128128

129129
<ul>
130-
<p>You need to determine the download URL of the latest stable Boost release by clicking on the &ldquo;Current Release&rdquo; link at <a href="https://www.boost.org/">https://www.boost.org/</a> . At the time of writing the current version was <strong>1.85.0</strong>.</p>
130+
<p>You need to determine the download URL of the latest stable Boost release by clicking on the &ldquo;Current Release&rdquo; link at <a href="https://www.boost.org/">https://www.boost.org/</a> . At the time of writing the current version was <strong>1.88.0</strong>.</p>
131131
<ul>
132132
<li>Type the following commands:</li>
133133

@@ -138,20 +138,20 @@ <h3>Step 4: Download the Source</h3>
138138
</ul>
139139

140140
<ul>
141-
<li>Right-click on the URL of the download file that you want – preferably the Unix .tar.gz file at <a href="https://www.boost.org/">https://www.boost.org</a>and select “Copy Link”</li>
141+
<li>Right-click on the URL of the download file that you want – preferably the Unix .tar.gz file at <a href="https://www.boost.org/">https://www.boost.org</a> and select “Copy Link”</li>
142142

143143
<li>In the msys64 shell, type <strong>wget</strong>, paste the URL, and then press enter. i.e.</li>
144144

145145
<ul>
146-
<li><strong>wget </strong><a href="https://archives.boost.io/release/1.85.0/source/boost_1_85_0.tar.gz">https://archives.boost.io/release/1.85.0/source/boost_1_85_0.tar.gz</a></li>
146+
<li><strong>wget </strong><a href="https://archives.boost.io/release/1.85.0/source/boost_1_88_0.tar.gz">https://archives.boost.io/release/1.88.0/source/boost_1_88_0.tar.gz</a></li>
147147
</ul>
148148
</ul>
149149
<p>This downloads the source package.</p>
150150
<ul>
151151
<li>Extract the source package with:</li>
152152

153153
<ul>
154-
<li><strong>tar xvfz boost-1.85.0.tar.gz</strong></li>
154+
<li><strong>tar xvfz boost-1.88.0.tar.gz</strong></li>
155155
</ul>
156156
</ul>
157157
</ul>
@@ -162,7 +162,7 @@ <h3>Step 5: Configure and build the Boost libraries</h3>
162162
<p>Execute the following commands at the MSYS2 command prompt:</p>
163163

164164
<ul>
165-
<li><strong>cd boost-1.85.0</strong></li>
165+
<li><strong>cd boost-1.88.0</strong></li>
166166

167167
<li><strong>./bootstrap.sh</strong></li>
168168

docs/ver4/DG4-Build-FLApps.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h3>Step 1: Deploy the FL-Toolkit under the MSYS2/MinGW Environment</h3>
7171

7272
<h3>Step 2: Download and Decompress the flrig source</h3>
7373
<ul>
74-
<p><strong>Note:</strong> These steps are valid for flrig 2.0.0.5. Should later versions become available (see:&nbsp;<a href="sourceforge.net/projects/fldigi/files/flrig/">sourceforge.net/projects/fldigi/files/flrig/</a> ) adjust instructions accordingly.&nbsp; &nbsp;&nbsp;</p>
74+
<p><strong>Note:</strong> These steps are valid for <strong>flrig 2.0.0.5</strong>. Should later versions become available (see:&nbsp;<a href="sourceforge.net/projects/fldigi/files/flrig/">sourceforge.net/projects/fldigi/files/flrig/</a> ) adjust instructions accordingly.&nbsp; &nbsp;&nbsp;</p>
7575
<p>Under the MSYS2/MinGW environment:</p>
7676
<ul>
7777
<li>Create a directory ~/src (if it does not already exist) and change into that directory:</li>
@@ -81,7 +81,7 @@ <h3>Step 2: Download and Decompress the flrig source</h3>
8181
</ul>
8282
</ul>
8383
<ul>
84-
<li>Execute the following command to retrieve flrig 2.0.0.5:</li>
84+
<li>Execute the following command to retrieve <strong>flrig 2.0.0.5</strong>:</li>
8585

8686
<ul>
8787
<li>wget https://sourceforge.net/projects/fldigi/files/flrig/flrig-2.0.05.tar.gz</li>
@@ -113,7 +113,7 @@ <h3>Complete</h3>
113113

114114
<ul>
115115

116-
<p>You should have a readily built flrig-2.0.05_setup.exe .exe installer inside the source tree i.e. ~/src/flrig-2.0.05/src .</p>
116+
<p>You should have a readily built <strong>flrig-2.0.05_setup.exe</strong> .exe installer inside the source tree i.e. ~/src/flrig-2.0.05/src .</p>
117117
</ul>
118118
<hr>
119119
<table width="100%" border="0">

docs/ver4/DG4-Build-General.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>General Guide for Building Software</h2>
5353
<h3>Introduction</h3>
5454

5555
<ul>
56-
<p><strong>Note</strong>: This page has been deprecated in favour of <a href="DG3-Build-x86-JT-ware.html">x86</a> and <a href="DG3-Build-x86-JT-ware.html">x64</a> build notes.</p>
56+
<p><strong>Note</strong>: This page has been deprecated in favour of <a href="DG3-Build-x86-JT-ware.html">x64</a> build notes.</p>
5757
<p>This kit maintains two environments:</p>
5858
<ul>
5959
<li>A <strong>PowerShell</strong> based environment that supports a powerful and flexible scripting language that can script the build of software. This environment also sets up a powerful set of environment variables that makes accessing tools (such as Hamlib) simpler.</li>

docs/ver4/DG4-Build-x64-JT-ware.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h2>Building JT-Ware</h2>
178178
<hr>
179179
<h3>Procedure</h3>
180180
<ul>
181-
<p>Building JT-Ware under the x64 environment is a simple two-step process:</p>
181+
<p>Building JT-Ware under the x64 environment is a two-step process:</p>
182182
<ol type="1">
183183
<li>Build Hamlib</li>
184184
<li>Execute the <strong>jtbuild</strong> command with an appropriate build option. (i.e. <strong>jtbuild package</strong>)</li>

docs/ver4/DG4.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>Step 1: Deploy the JTSDK64-4.0.0.exe Installer and the latest Update package
110110
<p><strong> Note that these instructions assumes a fresh Windows 11 Virtual Machine is used. </strong></p>
111111
<ul>
112112
<li>Download and deploy the installer <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0.exe">JTSDK64-4.0.0</a> inside a FRESH VM.</li>
113-
<li>Deploy the latest Update Package <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U2.exe">JTSDK64-4.0.0-U2</a> .</li>
113+
<li>Deploy the latest Update Package <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U3.exe">JTSDK64-4.0.0-U3</a> .</li>
114114
</ul>
115115
</ul>
116116
<table width="*" align="center" border="1">
@@ -141,7 +141,7 @@ <h4>Special Note for Windows 11, Update Packages and VC Runtimes Deployment</h4>
141141
<div class="reducewidth">
142142
<pre>
143143
-------------------------------------------
144-
JTSDK Setup v4.0.0
144+
JTSDK Setup v4.0.0.3
145145
-------------------------------------------
146146

147147
Required Tools
@@ -611,7 +611,7 @@ <h2>Maintenance Updates</h2>
611611
<hr/>
612612

613613
<ul>
614-
<p>Maintenance updates will be applied in the form of &quot;Update" packages. The first anticipated update to the <strong>JTSDK64-4.0.0</strong> stream is&nbsp; <strong>JTSDK64-4.0.0-U2.exe</strong> .&nbsp;</p>
614+
<p>Maintenance updates will be applied in the form of &quot;Update" packages. The first anticipated update to the <strong>JTSDK64-4.0.0</strong> stream is&nbsp; <strong>JTSDK64-4.0.0-U3.exe</strong> .&nbsp;</p>
615615
<p>Maintainers are no longer supporting the "Base" and "Tools&quot; nomenclature.</p>
616616
</ul>
617617
<table width="*" align="center" border="1">
@@ -628,15 +628,15 @@ <h2>Maintenance Updates</h2>
628628
<ul>
629629
<li>Download any &quot;Tools&quot; packages from <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/</a></li>
630630
</ul>
631-
<p><strong>Note</strong> The first update package is <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U2.exe">JTSDK64-4.0.0-U2.exe</a>.</p>
631+
<p><strong>Note</strong> The first update package is <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U3.exe">JTSDK64-4.0.0-U3.exe</a>.</p>
632632
</ul>
633633
<h4>Application of Maintenance Update packages</h4>
634634

635635
<ul>
636636
<p>Update packages are updates to the <strong></strong>&quot;Base&quot; environments.</p>
637637
<p>Update packages can only be applied to matching stream deployments</p>
638638
<ul>
639-
<li>As an example (and if it exists), you can only apply a <strong>4.0.0-U2 </strong>package to deployments based on Version 4.0.0; It does not matter what&nbsp; update packages are deployed to the Version 4.0.0-stream deployment - the latest update package can always be applied to it.
639+
<li>As an example (and if it exists), you can only apply a <strong>4.0.0-U3 </strong>package to deployments based on Version 4.0.0; It does not matter what&nbsp; update packages are deployed to the Version 4.0.0-stream deployment - the latest update package can always be applied to it.
640640
</ul>
641641

642642
<p><em>These steps assume that you have a deployed base environment</em></p>

docs/ver4/UG4.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2>Maintenance Updates</h2>
149149
<hr>
150150
<ul>
151151
<p>Maintenance updates will be applied in the form of &quot;Update" packages.&nbsp;</p>
152-
<p>The current update to the <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0.exe">JTSDK64-4.0.0</a> is&nbsp; <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U2.exe">JTSDK64-4.0.0-U2.exe</a> .&nbsp;</p>
152+
<p>The current update to the <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0.exe">JTSDK64-4.0.0</a> is&nbsp; <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U3.exe">JTSDK64-4.0.0-U3.exe</a> .&nbsp;</p>
153153
<p><strong>Note</strong>: Maintainers are no longer supporting the "Base" and "Tools&quot; nomenclature.</p>
154154
</ul>
155155
<table width="*" align="center" border="1">
@@ -166,7 +166,7 @@ <h2>Maintenance Updates</h2>
166166
<ul>
167167
<li>Download the latest &quot;Update&quot; packages from <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/</a></li>
168168
</ul>
169-
<p><strong>Note:</strong> The current update is <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U2.exe">JTSDK64-4.0.0-U2.exe</a> .</p>
169+
<p><strong>Note:</strong> The current update is <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U3.exe">JTSDK64-4.0.0-U3.exe</a> .</p>
170170
<ul>
171171
<li>Deploy the tools package to your JTSDK install directory (typically <strong>X:\JTSDK64-Tools</strong>).</li>
172172
</ul>
@@ -230,7 +230,7 @@ <h3>Step 1: Deploy the JTSDK64-4.0.0.exe Installer and the latest Update package
230230
<p><strong> Note that these instructions assumes a fresh Windows 11 Virtual Machine is used. </strong></p>
231231
<ul>
232232
<li>Download and deploy the installer <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0.exe">JTSDK64-4.0.0</a> inside a FRESH VM.</li>
233-
<li>Deploy the latest Update Package <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U2.exe">JTSDK64-4.0.0-U2</a> .</li>
233+
<li>Deploy the latest Update Package <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0-U3.exe">JTSDK64-4.0.0-U3</a> .</li>
234234
</ul>
235235
</ul>
236236
<table width="*" align="center" border="1">
@@ -261,7 +261,7 @@ <h4>Special Note for Windows 11, Update Packages and VC Runtimes Deployment</h4>
261261
<div class="reducewidth">
262262
<pre>
263263
-------------------------------------------
264-
JTSDK Setup v4.0.0
264+
JTSDK Setup v4.0.0.3
265265
-------------------------------------------
266266

267267
Required Tools

jtsdk64-4.0.0-u2.iss renamed to jtsdk64-4.0.0-u3.iss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppName "JTSDK64 4.0.0-U2"
5-
#define MyAppVersion "4.0.0.2"
4+
#define MyAppName "JTSDK64 4.0.0-U3"
5+
#define MyAppVersion "4.0.0.3"
66
#define MyAppPublisher "(c)2020 - 2024 JTSDK Contributors based on concepts and code 2013-2021 (c) Greg Beam KI7MT"
77
#define MyAppURL "https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.2-Stream/"
88

@@ -24,12 +24,12 @@ DisableProgramGroupPage=auto
2424
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2525
PrivilegesRequired=lowest
2626
OutputDir=C:\JTSDK64-Tools
27-
OutputBaseFilename=JTSDK64-4.0.0-U2
27+
OutputBaseFilename=JTSDK64-4.0.0-U3
2828
Compression=lzma
2929
SolidCompression=yes
3030
WizardStyle=modern
3131
LicenseFile=C:\JTSDK64-Tools\gpl-3.0.rtf
32-
VersionInfoVersion=4.0.0.2
32+
VersionInfoVersion=4.0.0.3
3333

3434
[Languages]
3535
Name: "english"; MessagesFile: "compiler:Default.isl"
@@ -39,7 +39,8 @@ source: "C:\JTSDK64-Tools\*"; DestDir: "{app}"; Flags: recursesubdirs overwriter
3939

4040
[InstallDelete]
4141
Type: files; Name: "{app}\HAMLIB*.url"
42-
Type: files; Name: "{app}\jtsdk-tools*.iss"
42+
Type: files; Name: "{app}\jtsdk-tools\*u*.iss"
43+
Type: files; Name: "{app}\jtsdk-tools\config\src-*"
4344
Type: files; Name: "{app}\tools\msys64\etc\skel\bin\*.sh"
4445
Type: files; Name: "{app}\docs\*.*"
4546
; Type: files; Name: "{app}\tools\setup\*.ps1"

0 commit comments

Comments
 (0)