Skip to content

Commit fe27ef8

Browse files
committed
Merge #786: macos: Use correct application name
60ea625 macos: Use correct application name (Philippe McLean) Pull request description: fixes #724 - generated DS_Store for dmg was referencing Bitcoin-Qt instead of the locally built application Elements-Qt ![image](https://user-images.githubusercontent.com/565792/69210165-b9085480-0b0e-11ea-80f5-6acef74d6929.png) Tree-SHA512: d526b3ff1962e6c968b42ee77d9fb659bef4714195b2fb2dccfdac6443ed33789bc6d9f2edf7803dc78b93b29b5033b5e44811c7e94a3acea880043c12f1a89d
2 parents ccf6697 + 60ea625 commit fe27ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/macdeploy/custom_dsstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
ds['.']['vSrn'] = ('long', 1)
5454

5555
ds['Applications']['Iloc'] = (370, 156)
56-
ds['Bitcoin-Qt.app']['Iloc'] = (128, 156)
56+
ds['Elements-Qt.app']['Iloc'] = (128, 156)
5757

5858
ds.flush()
5959
ds.close()

0 commit comments

Comments
 (0)