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
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# electron-builder (WIP)
2
2
3
-
The electron-builder project is used to create installer for the platforms Windows and MacOS.
4
-
It's build to work together with the [electron-packager](https://github.com/maxogden/electron-packager).
3
+
The electron-builder project is used to create installers for the platforms Windows and MacOS.
4
+
It's built to work together with the [electron-packager](https://github.com/maxogden/electron-packager).
5
5
6
-
If you are looking for a complete set up on how to use [electron-packager](https://github.com/maxogden/electron-packager) and [electron-builder](https://github.com/loopline-systems/electron-builder) check the "How we use it section below".
6
+
If you are looking for a complete set up on how to use the [electron-packager](https://github.com/maxogden/electron-packager) and [electron-builder](https://github.com/loopline-systems/electron-builder) check the "How we use it section below".
7
7
8
-
The project is currently only executed on MacOS machines. Any support or help on Windows support is welcome.
8
+
The project has currently only been executed on MacOS machines. Any support or help for Windows is welcome.
9
9
10
10
## Install
11
11
@@ -95,7 +95,7 @@ config.json.sample:
95
95
96
96
## How we use it so far
97
97
98
-
This workflow creates when running `npm run pack` executables for the platforms Windows and MacOS inside of the `dist` directory. It grabs the generated executables afterwards to create the installers out of it.
98
+
When you run `npm run pack` it will create executables for the platforms Windows and MacOS inside of the `dist` directory. It grabs the generated executables afterwards to create the installers out of it.
0 commit comments