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
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,14 +101,11 @@ Steps:
101
101
2) Install `node` on your computer (https://nodejs.org/en/)
102
102
3) Run `npm install` in the root of downloaded/cloned project
103
103
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:
105
105
106
106
- 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).
108
107
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:
112
109
- For macOS: `.zip`, `.dmg` (if you build using macOS)
113
110
- For Windows: `.msi` (if you build using Windows)
114
111
- For Linux: `.deb`, `.AppImage` (if you build using Linux)
0 commit comments