mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
@@ -238,7 +238,7 @@ namespace package {
|
|||||||
PackageManager packageManager;
|
PackageManager packageManager;
|
||||||
|
|
||||||
// Declare use of an external location
|
// Declare use of an external location
|
||||||
DeploymentOptions options = DeploymentOptions::ForceApplicationShutdown;
|
DeploymentOptions options = DeploymentOptions::ForceTargetApplicationShutdown;
|
||||||
|
|
||||||
Collections::IVector<Uri> uris = winrt::single_threaded_vector<Uri>();
|
Collections::IVector<Uri> uris = winrt::single_threaded_vector<Uri>();
|
||||||
if (!dependencies.empty())
|
if (!dependencies.empty())
|
||||||
@@ -293,4 +293,4 @@ namespace package {
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user