Skip to content

Commit

Permalink
removed snap
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider82 committed Jul 2, 2020
1 parent e2e55a5 commit 80828c7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@ nfpms:
- rpm
checksum:
name_template: 'checksums.txt'
snapcrafts:
-
name_template: 'share_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
summary: Share your files using Cloudproviders with just one command
description: |
Share uploads the file to the configured cloud provider and does a
public share of the file for anyone who has the link. The link will be
copyed to system clipboard (windows/linux/macos)
https://github.com/mschneider82/sharecmd
grade: stable
confinement: strict
publish: false
#true
name: share
apps:
share:
plugs: ["home", "network", "x11"]
#snapcrafts:
# -
# name_template: 'share_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
# summary: Share your files using Cloudproviders with just one command
# description: |
# Share uploads the file to the configured cloud provider and does a
# public share of the file for anyone who has the link. The link will be
# copyed to system clipboard (windows/linux/macos)
# https://github.com/mschneider82/sharecmd
# grade: stable
# confinement: strict
# publish: false
# #true
# name: share
# apps:
# share:
# plugs: ["home", "network", "x11"]
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 80828c7

Please sign in to comment.