Skip to content

Commit 5ba54ab

Browse files
Update README.md
1 parent cca8110 commit 5ba54ab

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Electron.NET Logo](https://github.com/ElectronNET/Electron.NET/blob/master/assets/images/electron.net-logo.png)](https://github.com/ElectronNET/Electron.NET)
22

3+
[![donate](https://img.shields.io/badge/Donate-Donorbox-green.svg)](https://donorbox.org/electron-net)
4+
35

46
AppVeyor (Win/Linux): [![Build status](https://ci.appveyor.com/api/projects/status/q95h4xt14papwi05/branch/master?svg=true)](https://ci.appveyor.com/project/robertmuehsig/electron-net/branch/master)
57

@@ -143,7 +145,7 @@ Those three "default" targets will produce x64 packages for those platforms.
143145
For certain NuGet packages or certain scenarios you may want to build a pure x86 application. To support those things you can define the desired [.NET Core runtime](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog), the [electron platform](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#platform) and [electron architecture](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#arch) like this:
144146

145147
```
146-
electronize build build /target custom win7-x86;win32 /electron-arch ia32
148+
electronize build /target custom win7-x86;win32 /electron-arch ia32
147149
```
148150

149151
The end result should be an electron app under your __/bin/desktop__ folder.
@@ -173,7 +175,11 @@ Please make sure all commits are properly documented.
173175
* **Robert Muehsig** - Software Developer - from Dresden, Germany, now living & working in Switzerland. Microsoft MVP & Web Geek. - [codeinside Blog](https://blog.codeinside.eu) - Twitter [@robert0muehsig](https://twitter.com/robert0muehsig)
174176

175177
See also the list of [contributors](https://github.com/ElectronNET/Electron.NET/graphs/contributors) who participated in this project.
176-
178+
179+
## Donate
180+
181+
We do this open source work in our free time. If you'd like us to invest more time on it, please [donate](https://donorbox.org/electron-net). Donation can be used to increase some issue priority.
182+
177183
# License
178184
MIT-licensed
179185

0 commit comments

Comments
 (0)