Closed Kutikov closed 1 year ago
Try npm run make -- --arch="ia32" --platform=win32
, note the double-dash (--
) after npm run make
.
Thank you, that works!
Try
npm run make -- --arch="ia32" --platform=win32
, note the double-dash (--
) afternpm run make
.
Pre-flight checklist
Electron Forge version
6.3.0
Electron version
25.0.0
Operating system
Windows 10 (22H2) 19045.3324
Last known working Electron Forge version
No response
Expected behavior
I'm trying to build a 32-bit version of my app using
@electron-forge/maker-squirrel
. I have already successfully built the x64 version with the same configuration usingnpm run make --arch="x64" --platform=win32
.Actual behavior
No x86 version built using
npm run make --arch="ia32" --platform=win32
. Script finishing successfully, BUT results in x64 build placed inout/make/squirrel.windows/x64/AppName.exe
Steps to reproduce
npm run make --arch="ia32" --platform=win32
My forge.config.ts squirel maker
Additional information
No response