The 32 bit exe generation code wont run in package manager or cmd console. a double quote is missing, wasted many days of work due to this simple issue #586

Closed
opened 2026-01-29 16:43:28 +00:00 by claunia · 0 comments
Owner

Originally created by @arun-chief on GitHub (Nov 1, 2020).

electronize.exe build /target custom win-x86;win /dotnet-configuration Debug /electron-arch ia32
wont work but

electronize.exe build /target custom "win-x86;win" /dotnet-configuration Debug /electron-arch ia32
will work

the difference here is "win-x86;win", double quotes

so i request you to fix the documentation

Originally created by @arun-chief on GitHub (Nov 1, 2020). electronize.exe build /target custom win-x86;win /dotnet-configuration Debug /electron-arch ia32 wont work but electronize.exe build /target custom "win-x86;win" /dotnet-configuration Debug /electron-arch ia32 will work the difference here is "win-x86;win", double quotes so i request you to fix the documentation
claunia added the bug label 2026-01-29 16:43:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#586