Make the Mac maker make Mac binaries
This commit is contained in:
parent
1bef1f1615
commit
38209621b9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue