Skip to content

Commit acf697b

Browse files
committed
Post 4.1.0a Updates for jtsdk64.ps1
1 parent 4b05898 commit acf697b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,16 +543,16 @@ Once complete you can exit the **JTSDK64-Setup** environment (i.e. close the **J
543543
--------------------------------------------------
544544
Package Version/Status
545545
--------------------------------------------------
546-
MSYS2 Path..: Disabled
546+
Qt-MSYS2 ...: Disabled
547547
Source .....: wsjtx
548548
Qt .........: 5.15.2/mingw81_64, Tools/mingw810_64
549549
Hamlib .....: Missing [Git: MASTER]
550550
FFTW .......: 3.3.10
551551
LibUSB .....: 1.0.28
552552
NSIS .......: 3.11
553553
PkgConfig ..: 2.1.0
554-
Ruby .......: 3.4.2-1
555-
Subversion .: 1.14.2b
554+
Ruby .......: 3.4.4-2
555+
Subversion .: 1.14.5
556556
CMake ......: 4.0.2
557557
Boost ......: Missing
558558
--------------------------------------------------

jtsdk64.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ function InvokeInteractiveEnvironment {
560560
Write-Host "--------------------------------------------------"
561561
Write-Host "Package Version/Status"
562562
Write-Host "--------------------------------------------------"
563-
Write-Host -NoNewLine "MSYS2 Path..: "
563+
Write-Host -NoNewLine "Qt-MSYS2 ...: "
564564
if ( $env:UNIXTOOLS -eq "enabled") {
565565
Write-Host "$env:JTSDK_MSYS2"
566566
} else {

0 commit comments

Comments
 (0)