mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
msi: fix icon bug due to wix quirk (#2001)
This commit is contained in:
@@ -32,8 +32,8 @@
|
|||||||
<![CDATA[(WINDOWSBUILDNUMBER >= 17134)]]>
|
<![CDATA[(WINDOWSBUILDNUMBER >= 17134)]]>
|
||||||
</Condition>
|
</Condition>
|
||||||
|
|
||||||
<Icon Id="powertoys.ico" SourceFile="$(var.BinX64Dir)\svgs\icon.ico"/>
|
<Icon Id="powertoys.exe" SourceFile="$(var.BinX64Dir)\svgs\icon.ico"/>
|
||||||
<Property Id="ARPPRODUCTICON" Value="powertoys.ico" />
|
<Property Id="ARPPRODUCTICON" Value="powertoys.exe" />
|
||||||
<Feature Id="CoreFeature" Title="PowerToys" AllowAdvertise="no" Absent="disallow" TypicalDefault="install"
|
<Feature Id="CoreFeature" Title="PowerToys" AllowAdvertise="no" Absent="disallow" TypicalDefault="install"
|
||||||
Description="Contains the Shortcut Guide and Fancy Zones features.">
|
Description="Contains the Shortcut Guide and Fancy Zones features.">
|
||||||
<ComponentGroupRef Id="CoreComponents" />
|
<ComponentGroupRef Id="CoreComponents" />
|
||||||
@@ -228,7 +228,7 @@
|
|||||||
Description="PowerToys - Windows system utilities to maximize productivity"
|
Description="PowerToys - Windows system utilities to maximize productivity"
|
||||||
Directory="ApplicationProgramsFolder"
|
Directory="ApplicationProgramsFolder"
|
||||||
WorkingDirectory="INSTALLFOLDER"
|
WorkingDirectory="INSTALLFOLDER"
|
||||||
Icon="powertoys.ico"
|
Icon="powertoys.exe"
|
||||||
IconIndex="0"
|
IconIndex="0"
|
||||||
Advertise="yes">
|
Advertise="yes">
|
||||||
<ShortcutProperty Key="System.AppUserModel.ID" Value="Microsoft.PowerToysWin32"/>
|
<ShortcutProperty Key="System.AppUserModel.ID" Value="Microsoft.PowerToysWin32"/>
|
||||||
@@ -500,7 +500,7 @@
|
|||||||
Description="PowerToys - Windows system utilities to maximize productivity"
|
Description="PowerToys - Windows system utilities to maximize productivity"
|
||||||
Target="[!PowerToys.exe]"
|
Target="[!PowerToys.exe]"
|
||||||
WorkingDirectory="INSTALLFOLDER"
|
WorkingDirectory="INSTALLFOLDER"
|
||||||
Icon="powertoys.ico"
|
Icon="powertoys.exe"
|
||||||
Directory="DesktopFolder"/>
|
Directory="DesktopFolder"/>
|
||||||
</Component>
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|||||||
Reference in New Issue
Block a user