This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Bungloo/Mac/deploy.sh
2013-10-05 01:49:05 +02:00

15 lines
No EOL
261 B
Bash
Executable file

#!/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