Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Jan 3, 2020
1 parent 7dc0a82 commit 9bf0379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ We can now add the export script in the <i>package.json</i>:
```
"scripts": {
"start": "electron .",
"export": "electron-packager ."
"export": "electron-packager . --out dist --overwrite"
}
```

Expand Down

0 comments on commit 9bf0379

Please sign in to comment.