mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[ShortcutGuide&Installer] Move Shortcut Guide to separate build and install folder (#3810)
* Move Shortcut Guide to separate build and install folder * Rename shortcut_guide to ShortcutGuide * Propagate change to the pipeline
This commit is contained in:
@@ -126,7 +126,7 @@ int runner(bool isProcessElevated)
|
||||
std::wstring baseModuleFolder = L"modules/";
|
||||
|
||||
std::unordered_set<std::wstring> known_dlls = {
|
||||
L"shortcut_guide.dll",
|
||||
L"ShortcutGuide.dll",
|
||||
L"fancyzones.dll",
|
||||
L"PowerRenameExt.dll",
|
||||
L"Microsoft.Launcher.dll",
|
||||
@@ -135,10 +135,12 @@ int runner(bool isProcessElevated)
|
||||
L"KeyboardManager.dll"
|
||||
};
|
||||
|
||||
// TODO(stefan): When all modules get their OutputDir delete this and simplify "search for .dll logic"
|
||||
std::unordered_set<std::wstring> module_folders = {
|
||||
L"",
|
||||
L"FileExplorerPreview/",
|
||||
L"FancyZones/"
|
||||
L"FancyZones/",
|
||||
L"ShortcutGuide/"
|
||||
};
|
||||
|
||||
for (std::wstring subfolderName : module_folders)
|
||||
|
||||
Reference in New Issue
Block a user