Skip to content

Commit

Permalink
fix: goreleaser.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Nov 20, 2020
1 parent 53ed229 commit a0d4685
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ builds:
-X github.com/tympanix/supper/media/provider.tmdbToken={{.Env.TMDB_TOKEN}}
-X github.com/tympanix/supper/media/provider.thetvdbToken={{.Env.THETVDB_TOKEN}}
nfpm:
vendor: github.com/tympanix
maintainer: tympanix <tympanix@gmail.com>
description: A blazingly fast multimedia manager
license: GNU-v3.0
formats:
- deb
files:
./etc/supper.service: /lib/systemd/system/supper.service
config_files:
./etc/supper.yaml: /etc/supper/supper.yaml
scripts:
preinstall: ./etc/preinstall.sh
postinstall: ./etc/postinstall.sh
nfpms:
- vendor: github.com/tympanix
maintainer: tympanix <tympanix@gmail.com>
description: A blazingly fast multimedia manager
license: GNU-v3.0
formats:
- deb
files:
./etc/supper.service: /lib/systemd/system/supper.service
config_files:
./etc/supper.yaml: /etc/supper/supper.yaml
scripts:
preinstall: ./etc/preinstall.sh
postinstall: ./etc/postinstall.sh

0 comments on commit a0d4685

Please sign in to comment.