mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-03-18 21:50:33 +01:00
goreleaser: fix deprecations
this sucks
This commit is contained in:
@@ -74,9 +74,9 @@ builds:
|
|||||||
- amd64
|
- amd64
|
||||||
archives:
|
archives:
|
||||||
- id: windows-tray
|
- id: windows-tray
|
||||||
builds:
|
ids:
|
||||||
- windows-tray
|
- windows-tray
|
||||||
format: zip
|
formats: [ "zip" ]
|
||||||
name_template: >-
|
name_template: >-
|
||||||
{{ .ProjectName }}_{{ .Version }}_TrayIcon_
|
{{ .ProjectName }}_{{ .Version }}_TrayIcon_
|
||||||
{{- if eq .Os "darwin" }}macOS
|
{{- if eq .Os "darwin" }}macOS
|
||||||
@@ -84,9 +84,9 @@ archives:
|
|||||||
{{- if eq .Arch "amd64" }}x86_64
|
{{- if eq .Arch "amd64" }}x86_64
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
- id: linux-tray
|
- id: linux-tray
|
||||||
builds:
|
ids:
|
||||||
- linux-tray
|
- linux-tray
|
||||||
format: zip
|
formats: [ "zip" ]
|
||||||
name_template: >-
|
name_template: >-
|
||||||
{{ .ProjectName }}_{{ .Version }}_TrayIcon_
|
{{ .ProjectName }}_{{ .Version }}_TrayIcon_
|
||||||
{{- if eq .Os "darwin" }}macOS
|
{{- if eq .Os "darwin" }}macOS
|
||||||
@@ -94,9 +94,9 @@ archives:
|
|||||||
{{- if eq .Arch "amd64" }}x86_64
|
{{- if eq .Arch "amd64" }}x86_64
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
- id: notray
|
- id: notray
|
||||||
builds:
|
ids:
|
||||||
- notray
|
- notray
|
||||||
format: zip
|
formats: [ "zip" ]
|
||||||
name_template: >-
|
name_template: >-
|
||||||
{{ .ProjectName }}_{{ .Version }}_
|
{{ .ProjectName }}_{{ .Version }}_
|
||||||
{{- if eq .Os "darwin" }}macOS
|
{{- if eq .Os "darwin" }}macOS
|
||||||
@@ -104,9 +104,9 @@ archives:
|
|||||||
{{- if eq .Arch "amd64" }}x86_64
|
{{- if eq .Arch "amd64" }}x86_64
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
- id: notray-e2ee
|
- id: notray-e2ee
|
||||||
builds:
|
ids:
|
||||||
- notray-e2ee
|
- notray-e2ee
|
||||||
format: zip
|
formats: [ "zip" ]
|
||||||
name_template: >-
|
name_template: >-
|
||||||
{{ .ProjectName }}_{{ .Version }}_MatrixE2EE_
|
{{ .ProjectName }}_{{ .Version }}_MatrixE2EE_
|
||||||
{{- if eq .Os "darwin" }}macOS
|
{{- if eq .Os "darwin" }}macOS
|
||||||
@@ -133,7 +133,7 @@ nfpms:
|
|||||||
license: MIT
|
license: MIT
|
||||||
vendor: hrfee.dev
|
vendor: hrfee.dev
|
||||||
version_metadata: git
|
version_metadata: git
|
||||||
builds:
|
ids:
|
||||||
- notray-e2ee
|
- notray-e2ee
|
||||||
contents:
|
contents:
|
||||||
- src: ./LICENSE
|
- src: ./LICENSE
|
||||||
@@ -161,7 +161,7 @@ nfpms:
|
|||||||
license: MIT
|
license: MIT
|
||||||
vendor: hrfee.dev
|
vendor: hrfee.dev
|
||||||
version_metadata: git
|
version_metadata: git
|
||||||
builds:
|
ids:
|
||||||
- linux-tray
|
- linux-tray
|
||||||
contents:
|
contents:
|
||||||
- src: ./LICENSE
|
- src: ./LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user