Skip to content

Commit

Permalink
fix: ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Mar 21, 2019
1 parent ca89888 commit 00ee938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ builds:
- amd64
ldflags: >
-s -w
-X github.com/tympanix/supper/cmd.appVersion={{.Version}}
-X github.com/tympanix/supper/cmd.appCommit={{.Commit}}
-X github.com/tympanix/supper/cmd.appDate={{.Date}}
-X github.com/tympanix/supper/app/cli.appVersion={{.Version}}
-X github.com/tympanix/supper/app/cli.appCommit={{.Commit}}
-X github.com/tympanix/supper/app/cli.appDate={{.Date}}
-X github.com/tympanix/supper/media/provider.tmdbToken={{.Env.TMDB_TOKEN}}
-X github.com/tympanix/supper/media/provider.thetvdbToken={{.Env.THETVDB_TOKEN}}
Expand Down

0 comments on commit 00ee938

Please sign in to comment.