added --x64 --ia32 arg to electron builder

This commit is contained in:
DJ2LS 2022-10-03 22:04:22 +02:00
parent cd1bb2d082
commit b4bdc313c9

View file

@ -397,7 +397,7 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
args: "-p always"
args: "-p always --x64 --ia32"
- name: LIST ALL FILES
run: ls -R