[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:
stefansjfw
2020-05-28 16:23:03 +02:00
committed by GitHub
parent 850d9ee095
commit 5ebd9eb577
4 changed files with 18 additions and 10 deletions

View File

@@ -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)