mono is needed to create setup.exe (#1715)

mono is needed to create setup.exe
This commit is contained in:
Feross Aboukhadijeh
2019-09-30 21:49:09 -07:00
committed by GitHub

View File

@@ -142,11 +142,12 @@ The Windows app can be packaged from **any** platform.
Note: Windows code signing only works from **Windows**, for now. Note: Windows code signing only works from **Windows**, for now.
Note: To package the Windows app from non-Windows platforms, Note: To package the Windows app from non-Windows platforms,
[Wine](https://www.winehq.org/) needs to be installed. For example on Mac, first [Wine](https://www.winehq.org/) and [Mono](https://www.mono-project.com/) need
install [XQuartz](http://www.xquartz.org/), then run: to be installed. For example on Mac, first install
[XQuartz](http://www.xquartz.org/), then run:
``` ```
brew install wine brew install wine mono
``` ```
(Requires the [Homebrew](http://brew.sh/) package manager.) (Requires the [Homebrew](http://brew.sh/) package manager.)
@@ -164,7 +165,6 @@ If packaging from Mac, install system dependencies with Homebrew by running:
``` ```
npm run install-system-deps npm run install-system-deps
``` ```
#### Recommended readings to start working in the app #### Recommended readings to start working in the app
Electron (Framework to make native apps for Windows, OSX and Linux in Javascript): Electron (Framework to make native apps for Windows, OSX and Linux in Javascript):