-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
directories.output is ignored when building .dmg for a prepackaged app #1308
Comments
Same problem. The .exe is building in correct output. But .dmg not. With "./node_modules/.bin/build --prepackaged " |
Fixed in 14.5.1. |
Sorry but something's wrong !
|
I have also same problem. But is because you have a compiled .dmg in output folder. If you delete .dmg, works again. Anyway, before was overwritten and was better. |
@debelop13 Fix will be pushed today. |
Fixed in 14.5.2 MAS fixed as well. |
Nope, still breaks in 14.5.2 In my case it's because My
|
@dperetti Please try 14.5.3.
electron-builder produces a lot of artifacts and |
If I set I mean, I can leave with it a work around it, but it's not consistent. |
you can build several targets in one |
Win and Linux are generated into the |
No doubt — should be a way to specify full path to generated DMG. What do you think if |
Win Target package type: list of nsis, nsis-web (Web installer), portable (portable app without installation), appx, squirrel, 7z, zip, tar.xz, tar.lz, tar.gz, tar.bz2, dir Mac : dmg, mas. How is this different from Linux / win multiple target options ? |
Nice question. We don't build dmg for mas, so, why it is in the |
15.0.0. |
14.2.0
mac
The build works but the resulting dmg is found at the same level as the .app, not in the
/dist
folder.The text was updated successfully, but these errors were encountered: