Merge #786: macos: Use correct application name

60ea625a0 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
This commit is contained in:
Gregory Sanders 2019-11-20 08:31:13 -05:00
commit fe27ef834e
No known key found for this signature in database
GPG key ID: F3F68E2D86A48FDB

View file

@ -53,7 +53,7 @@ ds['.']['icvp'] = icvp
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()