explicitlly state arch for exe installer

This commit is contained in:
Armin Schrenk
2025-06-23 14:52:05 +02:00
parent 2f43c6688d
commit 60459c739e

View File

@@ -432,6 +432,7 @@ jobs:
working-directory: dist/win
run: >
wix build
-arch ${{ matrix.arch }}
-define BundleName="Cryptomator"
-define BundleVersion="${{ needs.get-version.outputs.semVerNum }}.${{ needs.get-version.outputs.revNum}}"
-define BundleVendor="Skymatic GmbH"