You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the code of conduct that this project uses.
I have searched the issue tracker for a bug that matches the one I want to file, without success.
Electron Forge version
7.4.0
Electron version
v32.0.2
Operating system
Microsoft Windows 11 Pro N (10.0.22621 N/A Build 22621)
Last known working Electron Forge version
No response
Expected behavior
The application was successfully built for all supported Windows platforms (ia32, x64, arm64). The resulting files are identical to the files produced by running scripts make:windows:x86, make:windows:x64, make:windows:arm64 one by one.
Actual behavior
The make:windows script terminates with error code 1. No distributable Windows files were created.
The expected behavior can be achieved by executing commands npm run make:windows:x86, npm run make:windows:x64, npm run make:windows:arm64 in turn.
Steps to reproduce
Init an Electron project using the webpack-typescript template:
Pre-flight checklist
Electron Forge version
7.4.0
Electron version
v32.0.2
Operating system
Microsoft Windows 11 Pro N (10.0.22621 N/A Build 22621)
Last known working Electron Forge version
No response
Expected behavior
The application was successfully built for all supported Windows platforms (ia32, x64, arm64). The resulting files are identical to the files produced by running scripts
make:windows:x86
,make:windows:x64
,make:windows:arm64
one by one.Actual behavior
The
make:windows
script terminates with error code 1. No distributable Windows files were created.The expected behavior can be achieved by executing commands
npm run make:windows:x86
,npm run make:windows:x64
,npm run make:windows:arm64
in turn.Steps to reproduce
webpack-typescript
template:project.json
to make platform specific distributables:npm run make:windows
ornpm run make -- --arch=all --platform=win32
directlyAdditional information
Console output as is
Console output with
DEBUG=electron-forge:*
The app project source code that reproduces the error
The text was updated successfully, but these errors were encountered: