moved mac dir

This commit is contained in:
Jeena 2013-10-05 01:49:05 +02:00
parent 451e15935a
commit cc0aee9510
3 changed files with 0 additions and 0 deletions

15
Mac/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