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