Skip to content

Commit

Permalink
Merge #798: [0.18 backport] macos: Use correct application name
Browse files Browse the repository at this point in the history
192620c macos: Use correct application name (Philippe McLean)

Pull request description:

  Backport of #786.

Tree-SHA512: e52f8ee135d897bed1c88c40e2a165303691c2db01d4cc9b1e2e9402293267ab5152775a839c08556508f66d1ce1471415349f2a1d2e99271ba3e84f6838e881
  • Loading branch information
instagibbs committed Dec 12, 2019
2 parents 928727a + 192620c commit 169940c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/macdeploy/custom_dsstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 169940c

Please sign in to comment.