From 192620cbaca449fcc6015d7c7abc8a13aee2c9e5 Mon Sep 17 00:00:00 2001 From: Philippe McLean Date: Tue, 19 Nov 2019 16:14:02 -0800 Subject: [PATCH] macos: Use correct application name fixes #724 - ds_store was referencing Bitcoin-Qt instead of built application Elements-Qt --- contrib/macdeploy/custom_dsstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/macdeploy/custom_dsstore.py b/contrib/macdeploy/custom_dsstore.py index dc1c1882dd..4be056d781 100755 --- a/contrib/macdeploy/custom_dsstore.py +++ b/contrib/macdeploy/custom_dsstore.py @@ -53,7 +53,7 @@ ds['.']['vSrn'] = ('long', 1) ds['Applications']['Iloc'] = (370, 156) -ds['Bitcoin-Qt.app']['Iloc'] = (128, 156) +ds['Elements-Qt.app']['Iloc'] = (128, 156) ds.flush() ds.close()