blob: c129f15659772b49e0546f7356a96912f0eb92e2 (
plain) (
tree)
|
|
#!/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
|