-
Notifications
You must be signed in to change notification settings - Fork 39
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
Background image just shows white #23
Comments
Facing a similar problem. The app just shows white background. Anyone with a fix. |
I'm having the same problem. Using a PNG file. |
I'm using an image and I'm not seeing an issue; what is your command? Mine is Version: 0.2.1 |
Same here, On Yosemite, i tried with png and jpg, only white background |
This is working great for the company I work for. We're using Electron Forge but it's just using "electronInstallerDMG": {
"icon": "icons/cntral_desktop_icon.icns",
"background": "icons/cntral_desktop_dmg_background.png"
}, The background we're using is a PNG with 658 × 489 dimensions. So it's likely a configuration issue because the library is working correctly. Versions
|
change the background png filename to Mac os:10.13.5 |
@imzengyang What was it before? |
Make sure you "eject" the DMG from your finder sidebar after you make changes, otherwise the background image won't update |
Actually, I am seeing this problem intermittently; sometimes the installer background is my image, sometimes it is white. I cannot reproduce the issue consistently and the filename is |
It works for me |
In my case, don't use Chinese title. Just English ! |
I try add some version info at the end of title, the background works. you can have a try. |
works for me |
1 similar comment
works for me |
works for me, but it seems like a bug... |
I've created a png background image to the exact size (658 × 498) of the one provided from here (even matched color profile and no alpha channel). I then ran the option threw and it built with no errors or warnings. Actually I built once and it threw an error because I misspelled the filename, then corrected and it built successfully, so I know it's looking for it and must have found it. But on testing the resulting DMG the background is plain white, no black border from the template either. Just white. Any ideas why this would happen?
Version: 0.2.1
Node Version: 6.4.0
The text was updated successfully, but these errors were encountered: