Skip to content

Commit 007a5d4

Browse files
committed
fix(goreleaser): fix tarball binary names
1 parent fa56f19 commit 007a5d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ builds:
2424
goarch: "386"
2525
- goos: windows
2626
goarch: "arm"
27-
binary: "{{ .ProjectName }}_v{{ .Version }}"
27+
binary: "{{ .ProjectName }}"
2828
nfpms:
2929
- vendor: Coder Technologies Inc.
3030
homepage: https://coder.com/
@@ -33,6 +33,9 @@ nfpms:
3333
Wush installer package.
3434
Wush creates secure Wireguard tunnels between two devices.
3535
license: CC0
36+
contents:
37+
- src: LICENSE
38+
dst: "/usr/share/doc/{{ .ProjectName }}/copyright"
3639
formats:
3740
- apk
3841
- deb

0 commit comments

Comments
 (0)