mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
@@ -50,6 +50,8 @@ build:
|
|||||||
- 'modules\fancyzones.dll'
|
- 'modules\fancyzones.dll'
|
||||||
- 'modules\shortcut_guide.dll'
|
- 'modules\shortcut_guide.dll'
|
||||||
- 'modules\PowerRenameExt.dll'
|
- 'modules\PowerRenameExt.dll'
|
||||||
|
- 'modules\WindowWalker.exe'
|
||||||
|
- 'modules\WindowWalker.dll'
|
||||||
signing_options:
|
signing_options:
|
||||||
sign_inline: true # This does signing a soon as this command completes
|
sign_inline: true # This does signing a soon as this command completes
|
||||||
- !!buildcommand
|
- !!buildcommand
|
||||||
|
|||||||
@@ -311,6 +311,14 @@
|
|||||||
<RegistryValue Type="string" Value="{0440049F-D1DC-4E46-B27B-98393D79486B}"/>
|
<RegistryValue Type="string" Value="{0440049F-D1DC-4E46-B27B-98393D79486B}"/>
|
||||||
</RegistryKey>
|
</RegistryKey>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
|
<Component Id="Module_WindowWalker" Guid="0F96981C-5D36-4467-9515-71FB0CE72F6F" Win64="yes">
|
||||||
|
<File Source="$(var.BinX64Dir)\modules\WindowWalker.exe" />
|
||||||
|
<File Source="$(var.BinX64Dir)\modules\WindowWalker.dll" />
|
||||||
|
<File Source="$(var.BinX64Dir)\modules\MaterialDesignColors.dll" />
|
||||||
|
<File Source="$(var.BinX64Dir)\modules\MaterialDesignThemes.Wpf.dll" />
|
||||||
|
</Component>
|
||||||
|
|
||||||
<Component Id="Module_ImageResizer" Guid="96E63289-759C-4A73-A56B-EE7429932F72" Win64="yes">
|
<Component Id="Module_ImageResizer" Guid="96E63289-759C-4A73-A56B-EE7429932F72" Win64="yes">
|
||||||
<File Source="$(var.BinX64Dir)\modules\ImageResizer.exe">
|
<File Source="$(var.BinX64Dir)\modules\ImageResizer.exe">
|
||||||
<netfx:NativeImage Id="ImageResizer.exe" Platform="all" Priority="0" />
|
<netfx:NativeImage Id="ImageResizer.exe" Platform="all" Priority="0" />
|
||||||
@@ -513,6 +521,7 @@
|
|||||||
<ComponentRef Id="Module_ImageResizer_Registry" />
|
<ComponentRef Id="Module_ImageResizer_Registry" />
|
||||||
<ComponentRef Id="Module_PowerPreview" />
|
<ComponentRef Id="Module_PowerPreview" />
|
||||||
<ComponentRef Id="Module_PowerPreview_PerUserRegistry" />
|
<ComponentRef Id="Module_PowerPreview_PerUserRegistry" />
|
||||||
|
<ComponentRef Id="Module_WindowWalker" />
|
||||||
<ComponentRef Id="settings_exe" />
|
<ComponentRef Id="settings_exe" />
|
||||||
<ComponentRef Id="settings_html" />
|
<ComponentRef Id="settings_html" />
|
||||||
<ComponentRef Id="settings_dark_html" />
|
<ComponentRef Id="settings_dark_html" />
|
||||||
|
|||||||
Reference in New Issue
Block a user