Upload maker.

This commit is contained in:
The Ghost of FOSS' Future 2024-08-13 20:58:54 +00:00 committed by GitHub
parent bfd42f9fa7
commit 6d93ff50eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
sneedium-maker.sh Normal file
View file

@ -0,0 +1,8 @@
y=$(date +%Y)
read -p "Sneedium # of year $y (1,2,3,4...):" v
npm run make
mkdir "Sneedium $y.$v"
mv sneedium-linux-* "Sneedium $y.$v"
mv sneedium-win32-* "Sneedium $y.$v"
tar -czvf "Sneedium $y.$v.tar.gz" "Sneedium $y.$v"
rm -rf "Sneedium $y.$v"