tChange OSX build to use new structure - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 199868c2c0bfe3cb00fd52523081379b225008aa DIR parent 0a80f84e2ee173c8c6c6262511c971135b81a41b HTML Author: Maran <maran.hidskes@gmail.com> Date: Mon, 23 Feb 2015 08:35:18 +0100 Change OSX build to use new structure Diffstat: M setup-release.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- DIR diff --git a/setup-release.py b/setup-release.py t@@ -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( t@@ -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"):