Make the Mac maker make Mac binaries

This commit is contained in:
The Ghost of FOSS' Future 2024-09-03 18:51:36 -05:00 committed by GitHub
parent 1bef1f1615
commit 38209621b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
y=$(date +%y)
read -p "Sneedium4Mac # of year $y (1,2,3,4...):" v
npm run make
npm run make-mac
mkdir "Sneedium $y.$v"
mv sneedium-darwin-* "Sneedium4Mac $y.$v"
tar -czvf "Sneedium4Mac $y.$v.tar.gz" "Sneedium4Mac $y.$v"