Skip to content

Commit

Permalink
Move wxs source
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed May 30, 2024
1 parent dc7339f commit 3ecb3b8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/goreleaser/internal/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func WinPackage(dist string) config.MSI {
return config.MSI{
ID: dist,
Name: fmt.Sprintf("%s_{{ .Version }}_{{ .Os }}_{{ .MsiArch }}", dist),
WXS: "./windows/installer.wxs",
WXS: "windows-installer.wxs",
Files: []string{
"config.yaml",
"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 @@ -6,7 +6,7 @@ env:
msi:
- id: otelcol-contrib
name: otelcol-contrib_{{ .Version }}_{{ .Os }}_{{ .MsiArch }}
wxs: ./windows/installer.wxs
wxs: windows-installer.wxs
extra_files:
- config.yaml
- opentelemetry.ico
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
msi:
- id: otelcol
name: otelcol_{{ .Version }}_{{ .Os }}_{{ .MsiArch }}
wxs: ./windows/installer.wxs
wxs: windows-installer.wxs
extra_files:
- config.yaml
- opentelemetry.ico
Expand Down
File renamed without changes.

0 comments on commit 3ecb3b8

Please sign in to comment.