aboutsummaryrefslogtreecommitdiffstats
path: root/buildApp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildApp.sh')
-rwxr-xr-xbuildApp.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildApp.sh b/buildApp.sh
index e827d94..c129f15 100755
--- a/buildApp.sh
+++ b/buildApp.sh
@@ -1,5 +1,11 @@
#!/bin/sh
+echo "Building for firefoxOS..."
sh tools/deploy.sh
cp manifest.deploy deploy/biblez-ng/manifest.webapp
cd deploy/biblez-ng/
zip -r ../biblez.zip ./
+echo "Building for Firefox"
+cd ../..
+sh tools/deploy.sh -o github/app
+cp manifest.desktop github/app/manifest.webapp
+cp biblez.appcache github/app/biblez.appcache