未验证 提交 facce472 编写于 作者: M moko256 提交者: GitHub

UWP: Fix uwptools that does not uninstall package (#27694)

上级 7429ad75
......@@ -96,7 +96,7 @@ bool ApplicationStore::Install(
bool ApplicationStore::Uninstall(const std::wstring_view package_family) {
bool success = true;
for (const Application& app : GetApps(package_family)) {
if (Uninstall(app.GetPackageFullName())) {
if (UninstallPackage(app.GetPackageFullName())) {
std::wcerr << L"Uninstalled application " << app.GetPackageFullName()
<< std::endl;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册