Skip to content

Commit

Permalink
Fix location of ico file when building MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed May 23, 2024
1 parent 599b2cb commit 2791692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributions/otelcol/windows/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Comments="Windows Installer Package"
InstallScope="perMachine"/>
<Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>
<Icon Id="ProductIcon" SourceFile="$(sys.CURRENTDIR)/opentelemetry.ico"/>
<Icon Id="ProductIcon" SourceFile="$(sys.SOURCEFILEDIR)/windows/opentelemetry.ico"/>
<Property Id="ARPPRODUCTICON" Value="ProductIcon"/>
<Property Id="ARPHELPLINK" Value="https://opentelemetry.io/"/>
<Property Id="ARPURLINFOABOUT" Value="https://opentelemetry.io/"/>
Expand Down

0 comments on commit 2791692

Please sign in to comment.