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.
|
- #!/bin/bash
- project=$1
-
- # Give Permissions
- chmod +x -R ./.build
-
- # Build .love
- ./.build/make-love.sh $project
-
- # Build .exe
- ./.build/make-exe.sh $project
|