Browse Source

Add universal export script

master
Luna 7 years ago
parent
commit
d27d3f5f68
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      util/export-universal.sh

+ 9
- 0
util/export-universal.sh View File

@ -0,0 +1,9 @@
set -xv
echo "Please increment the version number!"
vi scripts/util.gd
echo "What is the version number?"
read version
godot --export cross-full release/$version.pck

Loading…
Cancel
Save