Skip to content

Commit

Permalink
Merge #786: macos: Use correct application name
Browse files Browse the repository at this point in the history
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
  • Loading branch information
instagibbs committed Nov 20, 2019
2 parents ccf6697 + 60ea625 commit fe27ef8
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 fe27ef8

Please sign in to comment.