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
Build cross platform desktop apps with .NET Core 2.0 and ASP.NET NET Core.
11
11
@@ -97,9 +97,11 @@ After you edited the .csproj-file, you need to restore your NuGet packages withi
97
97
dotnet restore
98
98
```
99
99
100
-
* Make sure you have node.js v8.6.0 and on OSX/Ubuntu the electron-packager installed (via "sudo npm install electron-packager --global")
100
+
* Make sure you have __node.js v8.6.0__ and on __macOS/Linux__ the electron-packager installed!
101
+
102
+
sudo npm install electron-packager --global
101
103
102
-
At the first time, you need an Electron.NET Project initialization. Type the following command in your ASP.NET Core folder:
104
+
At the first time, you need an Electron.NET project initialization. Type the following command in your ASP.NET Core folder:
103
105
104
106
```
105
107
dotnet electronize init
@@ -131,7 +133,7 @@ Here you need the Electron.NET CLI too. Type following command in your ASP.NET C
131
133
dotnet electronize build
132
134
```
133
135
134
-
In your default setting we just build the application for the OS you are running (Windows builds Windows, OSX builds OSX etc.), but this can be changed with:
136
+
In your default setting we just build the application for the OS you are running (Windows builds Windows, macOS builds macOS etc.), but this can be changed with:
0 commit comments