9eab258ffb
Allow downstream packaging to build rclone without selfupdate command: $ go build -tags noselfupdate Fixes #5187
5 lines
69 B
Go
5 lines
69 B
Go
// +build noselfupdate
|
|
|
|
package cmd
|
|
|
|
const selfupdateEnabled = false
|