You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And then you can run npm run dist (to package in a distributable format (e.g. dmg, windows installer, deb package)) or npm run pack.
But the build command doesn't accept a target parameter, so if you actually try to npm run pack, you just get an error message, Unknown argument: target
The text was updated successfully, but these errors were encountered:
dfabulich
added a commit
to dfabulich/electron-builder
that referenced
this issue
Jun 22, 2016
/~https://github.com/electron-userland/electron-builder/blob/master/README.md
The README says to install a
pack
script like this:But the
build
command doesn't accept atarget
parameter, so if you actually try tonpm run pack
, you just get an error message,Unknown argument: target
The text was updated successfully, but these errors were encountered: