Skip to content

Commit 192c602

Browse files
committed
Merge remote-tracking branch 'origin/master' into widget_timer
2 parents 28ff3c3 + 2d42337 commit 192c602

File tree

1 file changed

+21
-29
lines changed

1 file changed

+21
-29
lines changed

.goreleaser.yml

+21-29
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,28 @@ builds:
2020
- 7
2121

2222
archives:
23-
- replacements:
24-
386: i386
25-
amd64: x86_64
23+
- name_template: >-
24+
{{- .ProjectName }}_
25+
{{- .Version }}_
26+
{{- .Os }}_
27+
{{- if eq .Arch "amd64" }}x86_64
28+
{{- else if eq .Arch "386" }}i386
29+
{{- else }}{{ .Arch }}{{ end }}
30+
{{- if .Arm }}v{{ .Arm }}{{ end -}}
2631
27-
nfpms:
28-
- builds:
29-
- deckmaster
30-
vendor: muesli
31-
homepage: "https://fribbledom.com/"
32-
maintainer: "Christian Muehlhaeuser <[email protected]>"
33-
description: "An application to control your Elgato Stream Deck"
34-
license: MIT
35-
formats:
36-
- apk
37-
- deb
38-
- rpm
39-
bindir: /usr/bin
40-
41-
#brews:
42-
# - goarm: 6
43-
# tap:
44-
# owner: muesli
45-
# name: homebrew-tap
46-
# commit_author:
47-
# name: "Christian Muehlhaeuser"
48-
49-
# homepage: "https://fribbledom.com/"
50-
# description: "An application to control your Elgato Stream Deck"
51-
# dependencies:
52-
# - name: linux
32+
# nfpms:
33+
# - builds:
34+
# - deckmaster
35+
# vendor: muesli
36+
# homepage: "https://fribbledom.com/"
37+
# maintainer: "Christian Muehlhaeuser <[email protected]>"
38+
# description: "An application to control your Elgato Stream Deck"
39+
# license: MIT
40+
# formats:
41+
# - apk
42+
# - deb
43+
# - rpm
44+
# bindir: /usr/bin
5345

5446
signs:
5547
- artifacts: checksum

0 commit comments

Comments
 (0)