This website works better with JavaScript.
Home
Explore
Help
Sign In
cosine
/
nv-moba
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add universal export script
master
Luna
7 years ago
parent
3a6298ab37
commit
d27d3f5f68
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save