There was an error while loading. Please reload this page.
1 parent 1e2845f commit f658710Copy full SHA for f658710
.goreleaser.yaml
@@ -24,8 +24,8 @@ builds:
24
archives:
25
- format: tar.gz
26
name_template: >-
27
- {{ .ProjectName }}-bin_
28
- {{- .Version }}_
+ {{ .ProjectName }}_
+ {{- title .Os }}_
29
{{- if eq .Arch "amd64" }}x86_64
30
{{- else if eq .Arch "386" }}i386
31
{{- else }}{{ .Arch }}{{ end }}
@@ -84,6 +84,8 @@ aurs:
84
email: icyleaf.cn@gmail.com
85
commit_msg_template: "upgpkg: {{ .ProjectName }}-bin {{ .Tag }}"
86
87
+ url_template: "https://github.com/icyleaf/hypr-input-switcher/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
88
+
89
depends:
90
- fcitx5
91
- hyprland
0 commit comments