fixed problems with images on os x
This commit is contained in:
parent
cc0aee9510
commit
ee3f4de6a5
5 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf Bungloo.app
|
||||
rm -rf bungloo
|
||||
mkdir bungloo
|
||||
cp -r ../Qt/* bungloo
|
||||
|
@ -10,6 +11,6 @@ cp setup.py bungloo
|
|||
cp Info.plist bungloo
|
||||
cd bungloo
|
||||
python setup.py py2app
|
||||
#mv dist/Bungloo.app ..
|
||||
mv dist/Bungloo.app ..
|
||||
cd ..
|
||||
#rm -rf bungloo
|
||||
rm -rf bungloo
|
|
@ -47,5 +47,3 @@ setup(
|
|||
options={'py2app': OPTIONS},
|
||||
setup_requires=['py2app'],
|
||||
)
|
||||
|
||||
print os.path.dirname(PyQt4.__file__)
|
Reference in a new issue