samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
670 stars 206 forks source link

How To specify 32 vs 64 bit of the app built #57

Open richard457 opened 3 years ago

richard457 commented 3 years ago

How To specify 32 vs 64 bit of the app built

josespinal commented 3 years ago

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

SupertigerDev commented 3 years ago

anyway to build and publish both?

pedromoraisf commented 3 years ago

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

pedromoraisf commented 3 years ago

@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.