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