We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ea801 commit bd8a97eCopy full SHA for bd8a97e
1 file changed
script/makemac.sh
@@ -51,7 +51,7 @@ else
51
cd -
52
fi
53
54
-mv bin/$P-x86_64/release $P || mv bin/$P-aarch64/release $P || mv bin/$P-wasm32/release $P || true
+mv bin/"$1"-x86_64/release $P || mv bin/"$1"-aarch64/release $P || mv "$1"-wasm32/release $P || true
55
56
if [ $1 != "ios" ] && [ $1 != "wasm" ] ; then
57
mv $P/jqt.app/Contents/MacOS/jqt $P || true
0 commit comments