1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-23 13:16:23 +02:00

fix: add back bindir

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-05-29 09:37:05 -03:00
parent c4855009d5
commit 0743b6d7a4
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -135,6 +135,7 @@ type Info struct {
Vendor string `yaml:"vendor,omitempty"`
Homepage string `yaml:"homepage,omitempty"`
License string `yaml:"license,omitempty"`
Bindir string `yaml:"bindir,omitempty"` // Deprecated: this does nothing. TODO: remove.
Target string `yaml:"-"`
}