diff --git a/README.md b/README.md index f38625d3..7326e084 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ We can now add the export script in the package.json: ``` "scripts": { "start": "electron .", - "export": "electron-packager ." + "export": "electron-packager . --out dist --overwrite" } ```