From 3646e6ea139a3d952ad1bf3e490c15385e58fa0d Mon Sep 17 00:00:00 2001 From: Andrey Nekrasov Date: Fri, 27 Mar 2020 14:35:01 +0300 Subject: [PATCH] MSI: add WindowWalker module (#1723) * MSI: add WindowWalker module --- .pipelines/pipeline.user.windows.yml | 2 ++ installer/PowerToysSetup/Product.wxs | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index f149be5786..0ce02d44f7 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -50,6 +50,8 @@ build: - 'modules\fancyzones.dll' - 'modules\shortcut_guide.dll' - 'modules\PowerRenameExt.dll' + - 'modules\WindowWalker.exe' + - 'modules\WindowWalker.dll' signing_options: sign_inline: true # This does signing a soon as this command completes - !!buildcommand diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 5f090eda69..893dea5d88 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -311,6 +311,14 @@ + + + + + + + + @@ -513,6 +521,7 @@ +