From f7b2f075c653f4d55ea5f997f335c98f36f593f4 Mon Sep 17 00:00:00 2001 From: Loren Eteval Date: Wed, 17 Dec 2025 10:35:23 +0800 Subject: [PATCH] Correct MSI artifact discovery Signed-off-by: Loren Eteval --- Deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy.py b/Deploy.py index 2092cc5..212a802 100644 --- a/Deploy.py +++ b/Deploy.py @@ -699,7 +699,7 @@ def main(): os.chdir(ROOT_DIR / DEPLOY_DIR_NAME) # Requires "wix extension add WixToolset.UI.wixext" - runExternalCommand( + result = runExternalCommand( [ 'wix', 'build',