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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Also you should have installed:
30
30
31
31
Besides the chat on Gitter and the issues [discussed here](https://github.com/ElectronNET/Electron.NET/issues) you can also use [StackOverflow](https://stackoverflow.com/questions/tagged/electron.net) with the tag `electron.net`.
32
32
33
-
If you want to sponsor the further maintenance and development of this project [see the donate section](#🙏-donate).
33
+
If you want to sponsor the further maintenance and development of this project [see the donate section](#-donate).
34
34
35
35
## 👩🏫 Usage
36
36
@@ -173,11 +173,15 @@ The end result should be an electron app under your __/bin/desktop__ folder.
173
173
174
174
### Note
175
175
176
-
> macOS builds can't be created on Windows machines because they require symlinks that aren't supported on Windows (per [this Electron issue](https://github.com/electron-userland/electron-packager/issues/71)). macOS builds can be produced on either Linux or macOS machines.
176
+
> macOS builds can't be created on Windows machines because they require symlinks that aren't supported on Windows (per [this Electron issue](https://github.com/electron-userland/electron-packager/issues/71)).
177
+
178
+
Consequently, macOS builds can be produced on either Linux or macOS machines.
177
179
178
180
## 🔄 Update
179
181
180
-
After an update to the latest Electron.API package, an update to the latest Electron.CLI is always required. In addition, always update the CLI via NuGet:
182
+
After an update to the latest Electron.API package, an update to the latest Electron.CLI is always required.
183
+
184
+
In addition, always update the CLI via NuGet:
181
185
182
186
```sh
183
187
dotnet tool update ElectronNET.CLI -g
@@ -193,7 +197,8 @@ See also the list of [contributors](https://github.com/ElectronNET/Electron.NET/
193
197
194
198
## 🙋♀️🙋♂ Contributing
195
199
196
-
Feel free to submit a pull request if you find any bugs (to see a list of active issues, visit the [Issues section](https://github.com/ElectronNET/Electron.NET/issues).
200
+
Feel free to submit a pull request if you find any bugs. To see a list of active issues, visit the [Issues section](https://github.com/ElectronNET/Electron.NET/issues).
201
+
197
202
Please make sure all commits are properly documented.
0 commit comments