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
- echo -e "\e[1;33m Building .love \e[0m"
- zip -9 -r $1.love . -x ./.build/**\* ./.git/**\*
- mv $1.love ./.build/builds
|