A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
609 B

echo "Make sure you've run util/export-installers.sh; it's not run by this script."
# mac: already zipped ("app")
cp release/installer/mac/vanagloria.zip ~/src/cosine-gaming/static/vanagloria/vanagloria-mac.zip
# Zip and move at the same time
# However zip will update instead of replace if allowed to. -FS prevents that (We want fresh af)
# We also specify -j because we want the files as immediate as possible
# x11
zip -FSrj ~/src/cosine-gaming/static/vanagloria/vanagloria-x11.zip release/installer/x11/
# windows
zip -FSrj ~/src/cosine-gaming/static/vanagloria/vanagloria-win.zip release/installer/win/