From ceff536e92b5bdc73549f8ce9fb1eca80dda3d3a Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Thu, 24 Nov 2022 16:20:11 -0800 Subject: [PATCH] Add itgui.desktop to goreleaser and fix itgui permissions --- .goreleaser.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ba5570f..bb294fd 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -43,6 +43,7 @@ archives: - README.md - itd.toml - itd.service + - itgui.desktop - itgui-linux-{{.Arch}}{{if eq .Arch "arm"}}-7{{end}} nfpms: - id: itd @@ -71,8 +72,12 @@ nfpms: type: "config|noreplace" - src: itd.service dst: /usr/lib/systemd/user/itd.service + - src: itgui.desktop + dst: /usr/share/applications/itgui.desktop - src: itgui-linux-{{.Arch}}{{if eq .Arch "arm"}}-7{{end}} dst: /usr/bin/itgui + file_info: + mode: 0755 aurs: - name: itd-bin homepage: 'https://gitea.arsenm.dev/Arsen6331/itd'