diff --git a/util/export-universal.sh b/util/export-universal.sh new file mode 100644 index 0000000..213c079 --- /dev/null +++ b/util/export-universal.sh @@ -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 +