WinGet installer fix (#38422)

Update package.h
This commit is contained in:
Clint Rutkas
2025-04-01 16:21:15 -07:00
committed by GitHub
parent ce620e427f
commit 1eccbc3021

View File

@@ -238,7 +238,7 @@ namespace package {
PackageManager packageManager;
// Declare use of an external location
DeploymentOptions options = DeploymentOptions::ForceApplicationShutdown;
DeploymentOptions options = DeploymentOptions::ForceTargetApplicationShutdown;
Collections::IVector<Uri> uris = winrt::single_threaded_vector<Uri>();
if (!dependencies.empty())
@@ -293,4 +293,4 @@ namespace package {
return true;
}
}
}