Skip to content

Commit

Permalink
Change the location of opentelemetry.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed May 30, 2024
1 parent 68dd254 commit dc7339f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/goreleaser/internal/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func WinPackage(dist string) config.MSI {
WXS: "./windows/installer.wxs",
Files: []string{
"config.yaml",
"./windows/opentelemetry.ico",
"opentelemetry.ico",
},
}
}
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-contrib/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msi:
wxs: ./windows/installer.wxs
extra_files:
- config.yaml
- ./windows/opentelemetry.ico
- opentelemetry.ico
builds:
- id: otelcol-contrib
goos:
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-contrib/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.SOURCEFILEDIR)/windows/opentelemetry.ico"/>
<Icon Id="ProductIcon" SourceFile="opentelemetry.ico"/>
<Property Id="ARPPRODUCTICON" Value="ProductIcon"/>
<Property Id="ARPHELPLINK" Value="https://opentelemetry.io/"/>
<Property Id="ARPURLINFOABOUT" Value="https://opentelemetry.io/"/>
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msi:
wxs: ./windows/installer.wxs
extra_files:
- config.yaml
- ./windows/opentelemetry.ico
- opentelemetry.ico
builds:
- id: otelcol
goos:
Expand Down
File renamed without changes.
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.SOURCEFILEDIR)/windows/opentelemetry.ico"/>
<Icon Id="ProductIcon" SourceFile="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 dc7339f

Please sign in to comment.