From f8df86832449dcd058e496a8f324b1c497ece58f Mon Sep 17 00:00:00 2001 From: Andrey Apalkov Date: Mon, 27 Jan 2025 13:50:18 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20auto-update=20feature=20f?= =?UTF-8?q?or=20x64=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/creator.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/creator.ts b/src/creator.ts index a0661e1..78f75d6 100644 --- a/src/creator.ts +++ b/src/creator.ts @@ -491,6 +491,9 @@ export class MSICreator { if (type === "msi" && this.lightSwitches) { this.lightSwitches.forEach((param) => preArgs.unshift(param)); } + if (type === "wixobj") { + preArgs.push("-arch", this.arch); + } const { code, stderr, stdout } = await spawnPromise( binary,