Skip to content

Commit bd8a97e

Browse files
committed
mac
1 parent 35ea801 commit bd8a97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/makemac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ else
5151
cd -
5252
fi
5353

54-
mv bin/$P-x86_64/release $P || mv bin/$P-aarch64/release $P || mv bin/$P-wasm32/release $P || true
54+
mv bin/"$1"-x86_64/release $P || mv bin/"$1"-aarch64/release $P || mv "$1"-wasm32/release $P || true
5555

5656
if [ $1 != "ios" ] && [ $1 != "wasm" ] ; then
5757
mv $P/jqt.app/Contents/MacOS/jqt $P || true

0 commit comments

Comments
 (0)