Skip to content
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

Wrote DMG to: undefined #38

Open
lapagept opened this issue Mar 17, 2019 · 2 comments
Open

Wrote DMG to: undefined #38

lapagept opened this issue Mar 17, 2019 · 2 comments

Comments

@lapagept
Copy link

lapagept commented Mar 17, 2019

DMG is well created. But at the end of the process, electron-installer-dmg display "Wrote DMG to: undefined"
Capture d’écran, le 2019-03-17 à 15 52 00

@twalopro
Copy link

twalopro commented Apr 27, 2019

@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

@lapagept
Copy link
Author

lapagept commented May 7, 2019

@twalopro
I do not know why you say that. If you look at my screenshot, you can see that I specified --out=installer/mac

DMG is well created in ./installer/mac and it works well.

But I always get the error :

Wrote DMG to:
undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants