Search found 1 match
- Tue Dec 24, 2013 10:28 pm
- Forum: Libraries and Tools
- Topic: Made a cute little build script for the *nix users out there
- Replies: 1
- Views: 1561
Made a cute little build script for the *nix users out there
I like to name this build.sh on my system. Just run ./build.sh to test your game without saving the build file. To deploy and name your game, run ./build.sh deploy GameName. If you don't specify a name, your game will be called "untitled". Here is the script: #!/bin/bash arg=$1 arg_flag=&q...