fixes needed for a os x version

This commit is contained in:
Jeena 2013-10-05 01:45:28 +02:00
parent dbad342cbc
commit dd15d2b44f
158 changed files with 96 additions and 12556 deletions

15
MacQt/deploy.sh Executable file
View file

@ -0,0 +1,15 @@
#!/bin/bash
rm -rf bungloo
mkdir bungloo
cp -r ../Qt/* bungloo
cp -r ../WebKit bungloo
cp -r ../images bungloo
cp Icon.icns bungloo/images
cp setup.py bungloo
cp Info.plist bungloo
cd bungloo
python setup.py py2app
#mv dist/Bungloo.app ..
cd ..
#rm -rf bungloo