You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really strange issue, I can't find any help anywhere or references to the same issue.
The build is fine, except in the generated .dmg, in the window that shows the app icon and the icon to the applications folder, the app icon is shown with the default Atom icon... but only at certain sizes!
When you open the .dmg the app icon is shown with the Atom icon, but using the slider to resize the icons, at the smallest size the correct icon is shown, and at larger sizes. Here are some screenshots:
The icons are generated by creating an .iconset dir and then using iconutil.
I've checked the original .png files again and again and these are the details:
The actual .app that is generated in the dist/ folder has the correct icon. Changing the zoom in Finder to see different sizes of this icon is fine (the correct icon is shown in all sizes).
I tried the same with the .app extracted from the .dmg and the default Mac app icon is showing at larger sizes, with the Atom icon showing at smaller sizes:
Launchpad shows the default Atom icon.
I'm running El Capitan 10.11.6 (15G1004).
I'm running the build with npm run dist and this is the part from package.json where the build is configured:
Just to be sure the mac section is being used I added a background entry and it was used (I tried just as a test to set the iconSize field to 16 but no change was visible).
Any ideas of what I could try? Thanks!
The text was updated successfully, but these errors were encountered:
Thanks @develar. Yes, that fixed part of the issue. The app icon inside the "installation" window (where the app icon is shown with the arrow pointing to the Applications/ folder) is now correct. Cool :)
But after dragging the app into the Applications/ folder, the icon shown there is the default macOS app icon.
Really strange issue, I can't find any help anywhere or references to the same issue.
The build is fine, except in the generated
.dmg
, in the window that shows the app icon and the icon to the applications folder, the app icon is shown with the default Atom icon... but only at certain sizes!When you open the
.dmg
the app icon is shown with the Atom icon, but using the slider to resize the icons, at the smallest size the correct icon is shown, and at larger sizes. Here are some screenshots:The icons are generated by creating an
.iconset
dir and then usingiconutil
.I've checked the original
.png
files again and again and these are the details:The actual
.app
that is generated in thedist/
folder has the correct icon. Changing the zoom in Finder to see different sizes of this icon is fine (the correct icon is shown in all sizes).I tried the same with the
.app
extracted from the.dmg
and the default Mac app icon is showing at larger sizes, with the Atom icon showing at smaller sizes:Launchpad shows the default Atom icon.
I'm running El Capitan 10.11.6 (15G1004).
I'm running the build with
npm run dist
and this is the part frompackage.json
where the build is configured:Just to be sure the
mac
section is being used I added abackground
entry and it was used (I tried just as a test to set theiconSize
field to 16 but no change was visible).Any ideas of what I could try? Thanks!
The text was updated successfully, but these errors were encountered: