demote mac maker to a shortcut

This commit is contained in:
The Ghost of FOSS' Future 2024-09-08 16:13:04 -05:00 committed by GitHub
parent c7159725e2
commit 95219d7298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1 @@
y=$(date +%y)
read -p "Sneedium4Mac # of year $y (1,2,3,4...):" v
npm run make-mac npm run make-mac
mkdir "Sneedium $y.$v"
cp -r sneedium-darwin-arm64 "Sneedium4Mac $y.$v"
cp -r sneedium-darwin-x64 "Sneedium4Mac $y.$v"
rm -rf "sneedium-darwin-arm64"
rm -rf "Ssneedium-darwin-x64"
tar -czvf "Sneedium4Mac $y.$v.tar.gz" "Sneedium4Mac $y.$v"
rm -rf "Sneedium4Mac $y.$v"
mkdir ~/sneedium-mac-bins
cp "Sneedium4Mac $y.$v.tar.gz" "~/sneedium-mac-bins"
rm "Sneedium4Mac $y.$v.tar.gz"