aboutsummaryrefslogtreecommitdiffstats
path: root/buildApp.sh
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2014-04-16 20:34:21 +0700
committerzefanja <zefanja@freenet.de>2014-04-16 20:34:21 +0700
commit9d42b1160a25aa65785b13e19d5d62ad83aac545 (patch)
treeff02d9f90bc2730df866e6cc0ed8f7364b1990f0 /buildApp.sh
parentd733a5ef698973615fc5ffb21b563373cac48ffb (diff)
downloadbiblez-ng-9d42b1160a25aa65785b13e19d5d62ad83aac545.tar.gz
* update biblez.appcache to allow CORS
Diffstat (limited to 'buildApp.sh')
-rwxr-xr-xbuildApp.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildApp.sh b/buildApp.sh
index c3399fb..c672b46 100755
--- a/buildApp.sh
+++ b/buildApp.sh
@@ -6,6 +6,10 @@ cd deploy/biblez-ng/
zip -r -q ../biblez.zip ./
echo "\033[1;32mBuilding for Firefox\033[0m"
cd ../..
-sh tools/deploy.sh -o github/app
+#sh tools/deploy.sh -o github/app
+rm -R github/app
+mkdir -R github/app
+cp -a deploy/biblez-ng/. github/app
cp manifest.desktop github/app/manifest.webapp
cp biblez.appcache github/app/biblez.appcache
+echo "\033[1;32mDone! You'll find the app in github/app\033[0m"