We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85656d7 commit 9c2b052Copy full SHA for 9c2b052
installer/PowerToysSetup/Resources.wxs
@@ -186,7 +186,7 @@
186
<RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\powertoys\components">
187
<RegistryValue Type="string" Name="ImageResizer_$(var.IdSafeLanguage)_Component" Value="" KeyPath="yes"/>
188
</RegistryKey>
189
- <File Id="ImageResizer_$(var.IdSafeLanguage)_File" Source="$(var.BinDir)\$(var.Language)\PowerToys.ImageResizer.resources.dll" />
+ <File Id="ImageResizer_$(var.IdSafeLanguage)_File" Source="$(var.BinDir)\WinUI3Apps\$(var.Language)\PowerToys.ImageResizer.resources.dll" />
190
</Component>
191
<Component
192
Id="ColorPicker_$(var.IdSafeLanguage)_Component"
0 commit comments