From 1eccbc30218dfe99aa9a986110478bd87c710618 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Tue, 1 Apr 2025 16:21:15 -0700 Subject: [PATCH] WinGet installer fix (#38422) Update package.h --- src/common/utils/package.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/utils/package.h b/src/common/utils/package.h index 10855eb99c..a3ce07db22 100644 --- a/src/common/utils/package.h +++ b/src/common/utils/package.h @@ -238,7 +238,7 @@ namespace package { PackageManager packageManager; // Declare use of an external location - DeploymentOptions options = DeploymentOptions::ForceApplicationShutdown; + DeploymentOptions options = DeploymentOptions::ForceTargetApplicationShutdown; Collections::IVector uris = winrt::single_threaded_vector(); if (!dependencies.empty()) @@ -293,4 +293,4 @@ namespace package { return true; } -} \ No newline at end of file +}