Skip to content

Commit

Permalink
Remove reference to obsolete target parameter. Fixes electron-userlan…
Browse files Browse the repository at this point in the history
  • Loading branch information
dfabulich committed Jun 22, 2016
1 parent 74388bb commit 977903d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,10 @@ For a production app you need to sign your application, see [Where to buy code s
```json
"scripts": {
"postinstall": "install-app-deps",
"pack": "build --target dir",
"dist": "build"
}
```
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`.
And then you can run `npm run dist` (to package in a distributable format (e.g. dmg, windows installer, deb package)).

5. Install [required system packages](/~https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build).

Expand Down

0 comments on commit 977903d

Please sign in to comment.