Skip to content

Commit 7c18864

Browse files
committed
Remove snapcrafts from Goreleaser
We should switch to https://snapcraft.io/docs/build-from-github
1 parent 7a96dfe commit 7c18864

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.goreleaser.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,3 @@ builds:
1818
- arm64
1919
flags:
2020
- -trimpath
21-
22-
snapcrafts:
23-
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
24-
summary: Youtube video downloader
25-
description: Youtube video downloader written in Golang
26-
publish: true
27-
grade: stable
28-
confinement: strict
29-
license: MIT
30-
base: core18
31-
apps:
32-
youtubedr:
33-
plugs: ["home", "network", "dot-youtubedr-yaml"]
34-
plugs:
35-
dot-youtubedr-yaml:
36-
interface: personal-files
37-
read:
38-
- $HOME/.youtubedr.yaml

0 commit comments

Comments
 (0)