aboutsummaryrefslogtreecommitdiffstats
path: root/buildApp.sh
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2014-02-06 20:31:49 +0700
committerzefanja <zefanja@freenet.de>2014-02-06 20:31:49 +0700
commit74fad68f0d5a3f1edf08724218e4700f6e10acaf (patch)
tree3890d8735e4e52a61b6593b2489a98f4b0a4878d /buildApp.sh
parent13c5c2d181f28b4cb3a910a8fa7c2d83471cadd5 (diff)
downloadbiblez-ng-74fad68f0d5a3f1edf08724218e4700f6e10acaf.tar.gz
* updated enyojs
* fixed bug in handling panels when going to previous chapter * improved buildApp script
Diffstat (limited to 'buildApp.sh')
-rwxr-xr-xbuildApp.sh6
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