action-electron-builder icon indicating copy to clipboard operation
action-electron-builder copied to clipboard

How To specify 32 vs 64 bit of the app built

Open richard457 opened this issue 3 years ago • 4 comments

How To specify 32 vs 64 bit of the app built

richard457 avatar Feb 06 '21 14:02 richard457

As per the docs, you can use the "args" configuration to set the flag: --ia32

Source: https://github.com/marketplace/actions/electron-builder-action#user-content-configuration

josespinal avatar Mar 24 '21 15:03 josespinal

anyway to build and publish both?

SupertigerDev avatar Apr 02 '21 08:04 SupertigerDev

hello, I have the same question on how to use it in this case

pedromoraisf avatar Apr 27 '21 20:04 pedromoraisf

@supertiger1234 I just went hunting here and found this issue: https://github.com/samuelmeuli/action-electron-builder/issues/25.

This issue links to another issue that solves our problem; the issue that is linked is this: https://github.com/electron-userland/electron-builder/issues/1897.

pedromoraisf avatar Apr 27 '21 21:04 pedromoraisf