We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DMG is well created. But at the end of the process, electron-installer-dmg display "Wrote DMG to: undefined"
The text was updated successfully, but these errors were encountered:
@lapagept You need to add the path to save the .dmg file using --out=/path/to/save/
In full it will be something like
electron-installer-dmg /path/to/project/my-project.app my-project --out=/path/to/saave
Just check the destination folder you will see the dmg file Thanks
Sorry, something went wrong.
@twalopro I do not know why you say that. If you look at my screenshot, you can see that I specified --out=installer/mac
--out=installer/mac
DMG is well created in ./installer/mac and it works well.
But I always get the error :
Wrote DMG to: undefined
Successfully merging a pull request may close this issue.
DMG is well created. But at the end of the process, electron-installer-dmg display "Wrote DMG to: undefined"
The text was updated successfully, but these errors were encountered: