Skip to content

Commit

Permalink
fix snap
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Aug 18, 2022
1 parent f3b6b7b commit 8f2acbf
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
before:
hooks:
- go mod download
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
snapshot:
name_template: "{{ .Tag }}-next"
name_template: "{{ .Tag }}-next"
changelog:
skip: true
skip: true
snapcrafts:
-
publish: true
summary: Display images and gifs in your terminal
description: Display images and gifs in your terminal
- publish: true
summary: Display images and gifs in your terminal
description: Display images and gifs in your terminal
apps:
imgcat:
plugs: ["home"]
brews:
-
skip_upload: false
name: imgcat
tap:
owner: danielgatis
name: homebrew-imgcat
- skip_upload: false
name: imgcat
tap:
owner: danielgatis
name: homebrew-imgcat
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
description: Display images and gifs in your terminal
dependencies:
- name: go
scoop:
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
owner: danielgatis
name: scoop-imgcat
description: Display images and gifs in your terminal
dependencies:
- name: go
scoop:
url_template: "https://github.com/danielgatis/imgcat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
owner: danielgatis
name: scoop-imgcat
description: Display images and gifs in your terminal

0 comments on commit 8f2acbf

Please sign in to comment.