Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows builds fail on MacOS 10.15 catalina #1061

Closed
JarJarBernie opened this issue Oct 23, 2019 · 2 comments
Closed

windows builds fail on MacOS 10.15 catalina #1061

JarJarBernie opened this issue Oct 23, 2019 · 2 comments
Labels
bug 🐛 build-host:mac 🍎 Running Electron Packager on macOS build-target:windows Bundling an Electron app specifically for Windows duplicate

Comments

@JarJarBernie
Copy link

Since upgrading to 10.15 Catalina electron-packager fails to build .exe files for windows. It simply throws this error:

spawn Unknown system error -86

the command i used for my builds:
electron-packager . myapp --overwrite --asar --platform=win32 --arch=ia32 --icon=myapproot/src/assets/icons/windows/icon.ico --prune=true --out=release-builds --version-string.CompanyName=myapp --version-string.FileDescription=CE --version-string.ProductName="myapp"

My electron-packager version is 14.0.6.

Building for mac is still working fine.
Under 10.14 Mojave Windows builds were working too.

Am I doing something wrong or is this a catalina issue?

Hope anyone can help me.

Thank you

Bernhard

@welcome
Copy link

welcome bot commented Oct 23, 2019

👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@malept malept added build-host:mac 🍎 Running Electron Packager on macOS build-target:windows Bundling an Electron app specifically for Windows duplicate labels Oct 23, 2019
@malept
Copy link
Member

malept commented Oct 23, 2019

This is a duplicate of #1055

@malept malept closed this as completed Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 build-host:mac 🍎 Running Electron Packager on macOS build-target:windows Bundling an Electron app specifically for Windows duplicate
Projects
None yet
Development

No branches or pull requests

2 participants