File tree 1 file changed +21
-29
lines changed
1 file changed +21
-29
lines changed Original file line number Diff line number Diff line change @@ -20,36 +20,28 @@ builds:
20
20
- 7
21
21
22
22
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 -}}
26
31
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
53
45
54
46
signs :
55
47
- artifacts : checksum
You can’t perform that action at this time.
0 commit comments