Skip to content

Commit

Permalink
Updating build scripts for Windows to use a proper suffix including 6…
Browse files Browse the repository at this point in the history
…4bit coordinate flags
  • Loading branch information
Matthias Koefferlein committed Jan 4, 2024
1 parent 0eb54f6 commit b0b2ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-win-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ else
echo "ERROR: not in mingw32 or mingw64 system."
fi

target=$pwd/bin-release-$arch
build=$pwd/build-release-$arch
target=$pwd/bin-release-$arch$KLAYOUT_BUILD_SUFFIX
build=$pwd/build-release-$arch$KLAYOUT_BUILD_SUFFIX
src=$pwd/src
scripts=$pwd/scripts
# Update in NSIS script too:
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy-win-ucrt64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ else
echo "ERROR: not in ucrt64 system."
fi

target=$pwd/bin-release-$arch
build=$pwd/build-release-$arch
target=$pwd/bin-release-$arch$KLAYOUT_BUILD_SUFFIX
build=$pwd/build-release-$arch$KLAYOUT_BUILD_SUFFIX
src=$pwd/src
scripts=$pwd/scripts
# Update in NSIS script too:
Expand Down

0 comments on commit b0b2ec8

Please sign in to comment.