Merge ElementsProject/elements#1140: Fix Icon position in dmg

7fb99ff33f Fix Icon position in dmg (Pablo Greco)

Pull request description:

  Mac installer is showing the elements icon in a bad position
  ![image](https://user-images.githubusercontent.com/12950210/184251990-2496a5fc-de3a-450f-88d7-bce4188224f2.png)

  This small fix puts it back where it should be
  ![image](https://user-images.githubusercontent.com/12950210/184252039-0455a9ce-39f8-44cf-8d78-e8b1669e15e3.png)

ACKs for top commit:
  apoelstra:
    utACK 7fb99ff33f. Confirmed that it only touches Mac stuff.

Tree-SHA512: cbe3cd3ae4b5d461dc7f993ca0ea11f6ff1759a616d4d96d3a7ca9eda59cd2dc8e6664f2708d168bc9d84a8158adef73d0c995d6a8d40fd31311e4591f6747fd
This commit is contained in:
Andrew Poelstra 2022-08-12 15:48:09 +00:00
commit 6422e50652
No known key found for this signature in database
GPG key ID: C588D63CE41B97C1

View file

@ -536,7 +536,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()