Skip to content

Commit

Permalink
fix windows again.
Browse files Browse the repository at this point in the history
  • Loading branch information
e253 committed Jul 26, 2024
1 parent 67722ff commit 057693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARCH_AND_OS=${TARGET%-*}
RELEASE_NAME="openclc-$ARCH_AND_OS"
mkdir -p "$ROOTDIR/release/$RELEASE_NAME"

if [ $OS = "windows" ]; then
if [ $ARCH_AND_OS = "x86_64-windows" ]; then
EXE=".exe"
else
EXE=""
Expand Down

0 comments on commit 057693c

Please sign in to comment.