Skip to content

Commit 6422e50

Browse files
committed
Merge #1140: Fix Icon position in dmg
7fb99ff 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 7fb99ff. Confirmed that it only touches Mac stuff. Tree-SHA512: cbe3cd3ae4b5d461dc7f993ca0ea11f6ff1759a616d4d96d3a7ca9eda59cd2dc8e6664f2708d168bc9d84a8158adef73d0c995d6a8d40fd31311e4591f6747fd
2 parents 6132c01 + 7fb99ff commit 6422e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/macdeploy/macdeployqtplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ ds['.']['icvp'] = icvp
536536
ds['.']['vSrn'] = ('long', 1)
537537

538538
ds['Applications']['Iloc'] = (370, 156)
539-
ds['Bitcoin-Qt.app']['Iloc'] = (128, 156)
539+
ds['Elements-Qt.app']['Iloc'] = (128, 156)
540540

541541
ds.flush()
542542
ds.close()

0 commit comments

Comments
 (0)