Skip to content

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 #500

@arun-chief

Description

@arun-chief

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions