mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Update remove list (#8740)
This commit is contained in:
@@ -19,14 +19,14 @@ using namespace winrt::Windows::Data::Json;
|
|||||||
|
|
||||||
map<wstring, vector<wstring>> escapeInfo = {
|
map<wstring, vector<wstring>> escapeInfo = {
|
||||||
{ L"FancyZones\\app-zone-history.json", { L"app-zone-history/app-path" } },
|
{ L"FancyZones\\app-zone-history.json", { L"app-zone-history/app-path" } },
|
||||||
{ L"PowerRename\\replace-mru.json", { L"MRUList" } },
|
{ L"FancyZones\\settings.json", { L"properties/fancyzones_excluded_apps" } }
|
||||||
{ L"PowerRename\\search-mru.json", { L"MRUList" } },
|
|
||||||
{ L"FancyZones\\settings.json", { L"properties/fancyzones_excluded_apps" } },
|
|
||||||
{ L"PowerToys Run\\Settings\\QueryHistory.json", { L"Items" } },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
vector<wstring> filesToDelete = {
|
vector<wstring> filesToDelete = {
|
||||||
L"PowerToys Run\\Cache\\Image.cache"
|
L"PowerToys Run\\Cache",
|
||||||
|
L"PowerToys Run\\Settings\\QueryHistory.json",
|
||||||
|
L"PowerRename\\replace-mru.json",
|
||||||
|
L"PowerRename\\search-mru.json"
|
||||||
};
|
};
|
||||||
|
|
||||||
vector<wstring> getXpathArray(wstring xpath)
|
vector<wstring> getXpathArray(wstring xpath)
|
||||||
|
|||||||
Reference in New Issue
Block a user