moved mac dir
This commit is contained in:
parent
451e15935a
commit
cc0aee9510
3 changed files with 0 additions and 0 deletions
15
Mac/deploy.sh
Executable file
15
Mac/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