Skip to content

Commit

Permalink
Use sys.CURRENTDIR to locate ico file
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed May 22, 2024
1 parent 459cb9b commit cef70da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions distributions/otelcol/windows/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<Package
InstallerVersion="200"
Compressed="yes"
Comments="Windows Installer Package"/>
Comments="Windows Installer Package"
InstallScope="perMachine"/>
<Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>
<Icon Id="ProductIcon" SourceFile="$(sys.SOURCEFILEDIR)/opentelemetry.ico"/>
<Icon Id="ProductIcon" SourceFile="$(sys.CURRENTDIR)/distributions/otelcol/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 cef70da

Please sign in to comment.