Skip to content

Commit 8315153

Browse files
committed
Add link in Readme to underlying Electron issue preventing macOS builds from being produced on Windows machines
1 parent f059ba8 commit 8315153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The end result should be an electron app under your __/bin/desktop__ folder.
150150
There is a React/Typescript/MobX starter kit at https://github.com/yoDon/Electron.NET-React-Typescript-MobX
151151

152152
### Note
153-
> 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.
153+
> macOS builds can't be created on Windows machines because they require symlinks that aren't supported on Windows (per [this Electron issue](https://github.com/electron-userland/electron-packager/issues/71)). macOS builds can be produced on either Linux or macOS machines.
154154
155155
# Working with this Repo
156156

0 commit comments

Comments
 (0)