Change OSX build to use new structure

This commit is contained in:
Maran 2015-02-23 08:35:18 +01:00
parent 0a80f84e2e
commit 199868c2c0
1 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@ if sys.platform == 'darwin':
packages=['lib', 'gui', 'plugins', 'packages'],
iconfile='electrum.icns',
plist=plist,
resources=["data", "icons"])),
resources=["icons"])),
)
elif sys.platform == 'win32':
extra_options = dict(
@ -66,7 +66,6 @@ if sys.platform == 'darwin':
os.remove(mainscript)
resource = "dist/" + name + ".app/Contents/Resources/"
dir_util.copy_tree("locale", resource + "locale/")
# Try to locate qt_menu
# Let's try the port version first!
if os.path.isfile("/opt/local/lib/Resources/qt_menu.nib"):