Update osx build scripts

This commit is contained in:
Maran 2013-03-15 13:03:20 +01:00
parent 45c0880195
commit 76f045f616
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ if sys.platform == 'darwin':
setup_requires=['py2app'],
app=[mainscript],
options=dict(py2app=dict(argv_emulation=True,
includes = ['PyQt4.QtCore','PyQt4.QtGui', 'sip'],
packages = ['lib', 'gui', 'plugins'],
iconfile='electrum.icns',
resources=["data", "icons"])),
)