Skip to content

Commit ed72cea

Browse files
macOs update some other changes
1 parent b552d0b commit ed72cea

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The CLI extensions hosts our toolset to build and start Electron.NET application
1919

2020
# Requirements to run:
2121

22-
The current Electron.NET CLI builds Windows 10/OSX/Ubuntu binaries. Our API uses .NET Core 2.0, so our minimum base OS is the same as [.NET Core 2](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md).
22+
The current Electron.NET CLI builds Windows/macOS/Linux binaries. Our API uses .NET Core 2.0, so our minimum base OS is the same as [.NET Core 2](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md).
2323

2424
# Usage:
2525

@@ -89,7 +89,7 @@ For the tooling you will need your dotnet-electronize package [ElectronNET.CLI N
8989
After you edited the .csproj-file, you need to restore your NuGet packages within your Project. Run the follwoing command in your ASP.NET Core folder:
9090

9191
```
92-
dotnet restore
92+
dotnet restore
9393
```
9494

9595
* Make sure you have node.js v8.6.0 and on OSX/Ubuntu the electron-packager installed (via "sudo npm install electron-packager --global")
@@ -137,11 +137,15 @@ In your default setting we just build the application for the OS you are running
137137
The end result should be an electron app under your __/bin/desktop__ folder.
138138

139139
### Note
140-
> OSX builds on Windows are currently not supported, because the build just hangs, but I'm not sure why. It works on Linux/OSX however.
140+
> macOS builds on Windows are currently not supported, because the build just hangs, but I'm not sure why. The macOS builds works on Linux/macOS however.
141+
142+
# Wait - you host a .NET Core app inside Electron? Why?
143+
144+
Well... there are lots of different approaches how to get a X-plat desktop app running. We thought it would be nice for .NET devs to use the ASP.NET Core environment and just embed it inside a pretty robust enviroment called Electron.
141145

142146
# Working with this Repo
143147

144-
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 1.0.0. The first thing you will need is to run one of the buildAll scripts (.cmd for Windows, the other for OSX/Linux).
148+
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 1.0.0. The first thing you will need is to run one of the buildAll scripts (.cmd for Windows, the other for macOS/Linux).
145149

146150
If you look for pure __[demo projects](https://github.com/ElectronNET)__ checkout the other repositories.
147151

0 commit comments

Comments
 (0)