add 'macOS' to mac bundle name

This commit is contained in:
Michael Bucari-Tovo 2023-02-15 06:27:28 -07:00
parent c1de0e60d2
commit 9a450b0d63
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ tar -czvf "$BUNDLE-$VERSION.tar.gz" "$BUNDLE"
mkdir bundle
echo "moving to ./bundle/$BUNDLE-$VERSION.tar.gz"
mv "$BUNDLE-$VERSION.tar.gz" "./bundle/$BUNDLE-x64-$VERSION.tgz"
mv "$BUNDLE-$VERSION.tar.gz" "./bundle/$BUNDLE-macOS-x64-$VERSION.tgz"
rm -r "$BUNDLE"