From 84376c45616d0a50023815f10b89eafe6f45e02a Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sun, 18 May 2025 22:53:13 +0200 Subject: [PATCH] Use the variable with the version number in the example path --- scripts/build-w32.sh | 2 +- scripts/build-w64.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-w32.sh b/scripts/build-w32.sh index 8414faf1f..d6ca19c61 100755 --- a/scripts/build-w32.sh +++ b/scripts/build-w32.sh @@ -114,7 +114,7 @@ following: a semi-colon ';' after the last path before adding the Hamlib path (NB. The entire path is highlighted and will be erased upon typing a character so click in the box to unselect the text first. The PATH is important!!) - Append the Hamlib path, e.g. C:\Program Files\hamlib-w32-4.0~git\bin + Append the Hamlib path, e.g. C:\Program Files\hamlib-w32-$RELEASE\bin * Click OK for all three dialog boxes to save your changes. diff --git a/scripts/build-w64.sh b/scripts/build-w64.sh index 665dfadf6..ca4b89571 100755 --- a/scripts/build-w64.sh +++ b/scripts/build-w64.sh @@ -114,7 +114,7 @@ following: a semi-colon ';' after the last path before adding the Hamlib path (NB. The entire path is highlighted and will be erased upon typing a character so click in the box to unselect the text first. The PATH is important!!) - Append the Hamlib path, e.g. C:\Program Files\hamlib-w64-4.0~git\bin + Append the Hamlib path, e.g. C:\Program Files\hamlib-w64-$RELEASE\bin * Click OK for all three dialog boxes to save your changes.