Bugfix: Make distribution package builds without self-update work
This commit is contained in:
parent
94f6e7d4a6
commit
61e7386384
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/pull-4100
Normal file
9
changelog/unreleased/pull-4100
Normal file
|
@ -0,0 +1,9 @@
|
|||
Bugfix: Restore self-update to disabled-by-default
|
||||
|
||||
Due to a typo, the `self-update` feature was always compiled, even if the
|
||||
`selfupdate` tag was not explicitly enabled.
|
||||
|
||||
As intended, it is now disabled by default.
|
||||
Official builds using `build.go` continue to explicitly enable it.
|
||||
|
||||
https://github.com/restic/restic/pull/4100
|
Loading…
Reference in a new issue