aboutsummaryrefslogtreecommitdiffstats
path: root/buildApp.sh
diff options
context:
space:
mode:
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"