1
0

Fix OSX / Windows builds

This commit is contained in:
Maran
2013-11-04 12:15:14 +01:00
parent 4ef6adf3ce
commit ef19def171
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ if sys.platform == 'darwin':
includes = ['PyQt4.QtCore','PyQt4.QtGui', 'sip'],
packages = ['lib', 'gui', 'plugins'],
iconfile='electrum.icns',
plist=plist,
# plist=plist,
resources=["data", "icons"])),
)
elif sys.platform == 'win32':