From e5f0c1ff1de0762bb7a28770151ba054f2079db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Sat, 27 Jan 2024 09:35:58 +0000 Subject: [PATCH] Remove enableElevatedUpdateTask from Wix config This config option seems to be crashing the installer for a lot of Windows users, and I am not 100% why I enabled anyway, so revert it --- apps/desktop/src-tauri/tauri.conf.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index a137398def35..a7132539df31 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -44,7 +44,6 @@ "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { - "enableElevatedUpdateTask": true, "dialogImagePath": "icons/WindowsDialogImage.bmp", "bannerPath": "icons/WindowsBanner.bmp" }