diff options
Diffstat (limited to 'buildApp.sh')
-rwxr-xr-x | buildApp.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildApp.sh b/buildApp.sh index c129f15..c3399fb 100755 --- a/buildApp.sh +++ b/buildApp.sh @@ -1,10 +1,10 @@ #!/bin/sh -echo "Building for firefoxOS..." +echo "\033[1;32mBuilding for firefoxOS...\033[0m" sh tools/deploy.sh cp manifest.deploy deploy/biblez-ng/manifest.webapp cd deploy/biblez-ng/ -zip -r ../biblez.zip ./ -echo "Building for Firefox" +zip -r -q ../biblez.zip ./ +echo "\033[1;32mBuilding for Firefox\033[0m" cd ../.. sh tools/deploy.sh -o github/app cp manifest.desktop github/app/manifest.webapp |