-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon and background are present in dmg, but not appearing when dmg is mounted #84
Comments
And my icon: And my config file:
|
Anyone have any obvious thoughts or suggestions before I start diving into source code? 😦 |
Could you start by cloning the repo and running the tests? That should help us locating the problem. |
Here are the test results. Something certainly seems to be amiss:
|
Just for giggles, I uninstalled and reinstalled appdmg. I got some
Obviously, I only have the xcode cli tools installed... |
Pretty sure i am having the same issue over here! Installer background not showing on the dmg |
Same issue here. Everything else seems to work fine: no error, files in right location and window is the size of the background image. Thanks in advance for your help! |
Okay, here's a clue: when I remove the @2x version from the folder, I will see the non-retina version of the background image fine. |
Make sure to "eject" your old dmg's!!! That's what fixed this for me |
Thanks, that fixed it for me! |
I know!! I couldn't believe that that was it! Glad to hear that worked for you :) |
FYI, I had the exact same problem, background and icon were in the dmg, but when mounting I get the white icon drive and my background was not visible. Unmounting all dmg and usb didn't work, the solution was to reboot my mac... |
Same issue here, but how could resolve that, I don't understand Error: Image looks visually incorrect??? |
Closing this as duplicate of #40 |
In case this helps others: I found that sometimes old dmgs can still be mounted but not shown in Finder (I think due to botched builds?). These can be unmounted in Disk Utility, finally letting the background update. I guess this is why a restart sometimes appears to be needed to fix this issue, as it unmounts these "hidden" dmgs. Unmounting them in Disk Utility avoids the need to restart. |
Here's what my app looks like in the finder before I bundle it in the dmg:
Here's what my dmg looks like when I mount it:
The size of the background is about right, and the file exist inside the dmg, but that's not how it looked the last time I used appdmg. 😸
I'm also not sure how it could destroy my app's icon like that...
The text was updated successfully, but these errors were encountered: