Skip to content

Commit

Permalink
cmd/anchor/windows: fix Icon element ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Apr 14, 2024
1 parent 1441171 commit e180fe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/anchor/windows/app.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
Version='{{.RawVersion}}'
Manufacturer='Anchor Security, Inc.'>

<Icon Id="icon.ico" SourceFile="als2.ico"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico" />

<Package
Id='*'
Comments='Anchor CLI'
Expand All @@ -21,6 +18,9 @@
/>
<MediaTemplate EmbedCab="yes" />

<Icon Id="icon.ico" SourceFile="als2.ico"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico" />

<Directory Id='TARGETDIR' Name='SourceDir'>
<Directory Id='ProgramFiles{{ if eq .Arch "amd64" }}64{{ end }}Folder' Name='PFiles'>
<Directory Id='INSTALLDIR' Name='Anchor CLI' />
Expand All @@ -34,4 +34,4 @@
</Component>
</Feature>
</Product>
</Wix>
</Wix>

0 comments on commit e180fe4

Please sign in to comment.