aboutsummaryrefslogblamecommitdiffstats
path: root/buildApp.sh
blob: c129f15659772b49e0546f7356a96912f0eb92e2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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