fixes needed for a os x version
This commit is contained in:
parent
dbad342cbc
commit
dd15d2b44f
158 changed files with 96 additions and 12556 deletions
15
MacQt/deploy.sh
Executable file
15
MacQt/deploy.sh
Executable 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
|
Reference in a new issue