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

How to make .full-nupkg? #431

Closed
mydansun opened this issue May 22, 2016 · 2 comments
Closed

How to make .full-nupkg? #431

mydansun opened this issue May 22, 2016 · 2 comments
Labels

Comments

@mydansun
Copy link

I run this command npm run pack and I only get the dist folder with my unpackaged app

I was a novice, I hope someone can help me.

@develar
Copy link
Member

develar commented May 23, 2016

See step 4: https://github.com/electron-userland/electron-builder#in-short

And then you can run npm run pack or npm run dist (to package in a distributable format (e.g. dmg, windows installer, deb package)). Both scripts are the same because If script named dist or name has prefix dist:, flag --dist is implied.

@develar
Copy link
Member

develar commented May 23, 2016

Related: #413

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

No branches or pull requests

2 participants