commit 199868c2c0bfe3cb00fd52523081379b225008aa
parent 0a80f84e2ee173c8c6c6262511c971135b81a41b
Author: Maran <maran.hidskes@gmail.com>
Date: Mon, 23 Feb 2015 08:35:18 +0100
Change OSX build to use new structure
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup-release.py b/setup-release.py
@@ -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"):