mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
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

Tree-SHA512: d526b3ff1962e6c968b42ee77d9fb659bef4714195b2fb2dccfdac6443ed33789bc6d9f2edf7803dc78b93b29b5033b5e44811c7e94a3acea880043c12f1a89d
This commit is contained in:
commit
fe27ef834e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue