diff options
author | zefanja <zefanja@freenet.de> | 2014-04-16 20:34:21 +0700 |
---|---|---|
committer | zefanja <zefanja@freenet.de> | 2014-04-16 20:34:21 +0700 |
commit | 9d42b1160a25aa65785b13e19d5d62ad83aac545 (patch) | |
tree | ff02d9f90bc2730df866e6cc0ed8f7364b1990f0 /buildApp.sh | |
parent | d733a5ef698973615fc5ffb21b563373cac48ffb (diff) | |
download | biblez-ng-9d42b1160a25aa65785b13e19d5d62ad83aac545.tar.gz |
* update biblez.appcache to allow CORS
Diffstat (limited to 'buildApp.sh')
-rwxr-xr-x | buildApp.sh | 6 |
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" |