Skip to content

Commit 169940c

Browse files
committed
Merge #798: [0.18 backport] macos: Use correct application name
192620c macos: Use correct application name (Philippe McLean) Pull request description: Backport of #786. Tree-SHA512: e52f8ee135d897bed1c88c40e2a165303691c2db01d4cc9b1e2e9402293267ab5152775a839c08556508f66d1ce1471415349f2a1d2e99271ba3e84f6838e881
2 parents 928727a + 192620c commit 169940c

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)