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

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