Skip to content

Commit 691af0e

Browse files
authored
Update README.md
Remove references to `electron-packager`
1 parent 42f7c32 commit 691af0e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,11 @@ Steps:
101101
2) Install `node` on your computer (https://nodejs.org/en/)
102102
3) Run `npm install` in the root of downloaded/cloned project
103103
4) Verify that the app can be launched with the command `npm start` (optional)
104-
5) Build the project to generate installable files (2 options):
104+
5) Build the project to generate installable files:
105105

106106
- For building with `electron-builder` you need to run `npm run dist`. Generated files end up in the folder `dist` in the root of your project.
107-
- For building with `electron-packager` you need to run `npm run release`. Generated files end up in the folder `PushNotifications-darwin-x64` in the root of your project (macOS only).
108107

109-
To build for Windows & Linux you need to use `electron-builder`. Also, this way is preferable because it creates installable files.
110-
111-
`electron-builder` will generate:
108+
As a result `electron-builder` will generate:
112109
- For macOS: `.zip`, `.dmg` (if you build using macOS)
113110
- For Windows: `.msi` (if you build using Windows)
114111
- For Linux: `.deb`, `.AppImage` (if you build using Linux)

0 commit comments

Comments
 (0)