From 3c022e334fc81d43fe395c5c8c0825b45a3b8d0b Mon Sep 17 00:00:00 2001 From: Devyn Cairns Date: Tue, 30 Apr 2024 17:36:40 -0700 Subject: [PATCH] Fix Windows Terminal profile installation (#12714) # Description The command used to edit the Windows Terminal profiling was failing due to the `open file | save -f file` metadata safeguard introduced in this version. With this, the installer is now fixed again. --- wix/main.wxs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wix/main.wxs b/wix/main.wxs index 1f4b520878..5dc68a2814 100644 --- a/wix/main.wxs +++ b/wix/main.wxs @@ -392,10 +392,11 @@ +