Skip to content

Commit 64dd5d6

Browse files
osx - macos
1 parent bb3bca3 commit 64dd5d6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AppVeyor (Win/Linux): [![Build status](https://ci.appveyor.com/api/projects/stat
55

66
* Checkout AppVeyor Aritfacts: Contains the WebApp sample builded for Windows & Linux!
77

8-
Travis-CI (Win/OSX/Linux): [![Build Status](https://travis-ci.org/ElectronNET/Electron.NET.svg?branch=master)](https://travis-ci.org/ElectronNET/Electron.NET)
8+
Travis-CI (Win/macOS/Linux): [![Build Status](https://travis-ci.org/ElectronNET/Electron.NET.svg?branch=master)](https://travis-ci.org/ElectronNET/Electron.NET)
99

1010
Build cross platform desktop apps with .NET Core 2.0 and ASP.NET NET Core.
1111

@@ -97,9 +97,11 @@ After you edited the .csproj-file, you need to restore your NuGet packages withi
9797
dotnet restore
9898
```
9999

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
101103

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:
103105

104106
```
105107
dotnet electronize init
@@ -131,7 +133,7 @@ Here you need the Electron.NET CLI too. Type following command in your ASP.NET C
131133
dotnet electronize build
132134
```
133135

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:
135137

136138
```
137139
dotnet electronize build win

0 commit comments

Comments
 (0)