Skip to content

Commit

Permalink
Remove snapcrafts from Goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Sep 19, 2022
1 parent 7a96dfe commit 7c18864
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,3 @@ builds:
- arm64
flags:
- -trimpath

snapcrafts:
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
summary: Youtube video downloader
description: Youtube video downloader written in Golang
publish: true
grade: stable
confinement: strict
license: MIT
base: core18
apps:
youtubedr:
plugs: ["home", "network", "dot-youtubedr-yaml"]
plugs:
dot-youtubedr-yaml:
interface: personal-files
read:
- $HOME/.youtubedr.yaml

0 comments on commit 7c18864

Please sign in to comment.