File tree Expand file tree Collapse file tree
installer/PowerToysSetupVNext
src/modules/ShortcutGuide/ShortcutGuide.Ui/Helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <?include $(sys.CURRENTDIR)\Common.wxi?>
44
5- <?define BaseApplicationsFiles =?>
5+ <?define BaseApplicationsFiles =PowerToys.MouseJump.Common.deps.json;PowerToys.MouseJump.Common.dll ?>
66 <?define BaseApplicationsFilesPath =$(var.BinDir)\?>
77
88 <Fragment >
1717 </DirectoryRef >
1818 <DirectoryRef Id =" INSTALLFOLDER" >
1919 <!-- Generated by generateFileComponents.ps1 -->
20- <!-- BaseApplicationsFiles_Component_Def-->
20+
21+ <Component Id =" BaseApplicationsFiles_Component" Guid =" 77A1D32F-2675-4D35-8638-CB3180D28EDB" >
22+ <RegistryKey Root =" $(var.RegistryScope)" Key =" Software\Classes\powertoys\components" >
23+ <RegistryValue Type =" string" Name =" BaseApplicationsFiles_Component" Value =" " KeyPath =" yes" />
24+ </RegistryKey >
25+ <File Id =" BaseApplicationsFiles_File_PowerToys.MouseJump.Common.deps.json" Source =" $(var.BaseApplicationsFilesPath)\PowerToys.MouseJump.Common.deps.json" />
26+ <File Id =" BaseApplicationsFiles_File_PowerToys.MouseJump.Common.dll" Source =" $(var.BaseApplicationsFilesPath)\PowerToys.MouseJump.Common.dll" />
27+ </Component >
28+
2129 </DirectoryRef >
2230
2331 <ComponentGroup Id =" BaseApplicationsComponentGroup" >
2432 <ComponentRef Id =" Microsoft_CommandPalette_Extensions_winmd" />
33+ <ComponentRef Id =" BaseApplicationsFiles_Component" />
2534 </ComponentGroup >
2635
2736 </Fragment >
2837</Wix >
38+
Original file line number Diff line number Diff line change 1- <Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" >
1+ <Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" >
22
33 <?include $(sys.CURRENTDIR)\Common.wxi?>
44
Original file line number Diff line number Diff line change 2626 </ComponentGroup >
2727
2828 </Fragment >
29- </Wix >
29+ </Wix >
Original file line number Diff line number Diff line change 88using System . Linq ;
99using System . Text ;
1010using System . Text . RegularExpressions ;
11+ using ManagedCommon ;
1112using Microsoft . PowerToys . Settings . UI . Library ;
1213using static ShortcutGuide . Helpers . ResourceLoaderInstance ;
1314
@@ -27,6 +28,7 @@ public static void Populate()
2728
2829 if ( ! File . Exists ( path ) )
2930 {
31+ Logger . LogWarning ( $ "PowerToys manifest file not found: '{ path } '. PowerToys-specific shortcuts will not appear in ShortcutGuide.") ;
3032 return ;
3133 }
3234
You can’t perform that action at this time.
0 commit comments