We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa56f19 commit 007a5d4Copy full SHA for 007a5d4
.goreleaser.yaml
@@ -24,7 +24,7 @@ builds:
24
goarch: "386"
25
- goos: windows
26
goarch: "arm"
27
- binary: "{{ .ProjectName }}_v{{ .Version }}"
+ binary: "{{ .ProjectName }}"
28
nfpms:
29
- vendor: Coder Technologies Inc.
30
homepage: https://coder.com/
@@ -33,6 +33,9 @@ nfpms:
33
Wush installer package.
34
Wush creates secure Wireguard tunnels between two devices.
35
license: CC0
36
+ contents:
37
+ - src: LICENSE
38
+ dst: "/usr/share/doc/{{ .ProjectName }}/copyright"
39
formats:
40
- apk
41
- deb
0 commit comments