Open clstaudt opened 2 years ago
Hey This issue appears inside electron-winstaller https://github.com/electron/windows-installer/issues/386
I had the same issue but it's fixable manually.
Same problem building on Windows 11.
I was running into this same issue on MacOS Monterey 12.3.1 on my MacBook Air (M1, 2020).
After installing mono
I get past the above mentioned errors, but it seems to hang on:
Making for target: squirrel - On platform: win32 - For arch: x64
Electron version: 16.2.8
Electron force version: 6.0.0-beta.64
It's been running for 15 minutes now with no changes... gave up and switched to electron-builder
which just seems to work without installing anything extra.
Hey This issue appears inside electron-winstaller electron/windows-installer#386
I had the same issue but it's fixable manually.
- Open ./node_modules/electron-winstaller/vendor
- Copy 7z-x64. files as 7z. (fe, 7z-x64.exe => 7z.exe)
- Try to build it again
work for me
Pre-flight checklist
Electron Forge version
6.0.0-beta.63
Electron version
v16.0.7
Operating system
macOS 11.6.2
Last known working Electron Forge version
No response
Expected behavior
Application for platform win32 should build.
Actual behavior
Steps to reproduce
Additional information
No response