Skip to content

Commit

Permalink
[KBMEditor]Fix missing dependency at runtime (microsoft#32336)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo authored Apr 9, 2024
1 parent ac1adb7 commit 3b82ce9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/PowerToysSetup/KeyboardManager.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<?if $(sys.BUILDARCH) = x64 ?>
<File Source="$(var.BinDir)KeyboardManagerEditor\vcruntime140_1_app.dll" />
<?endif ?>
<!-- Latest CppWinRT upgrade made Keyboard Manager Editor depend on additional VC Runtime libraries. -->
<!-- These are not in the Keyboard Manager Editor build output. So we copy them from the base build directory. -->
<File Source="$(var.BinDir)vcruntime140.dll" />
<File Source="$(var.BinDir)vcruntime140_1.dll" />
<File Source="$(var.BinDir)msvcp140.dll" />
</Component>
</DirectoryRef>

Expand Down

0 comments on commit 3b82ce9

Please sign in to comment.