mirror of
https://github.com/rclone/rclone.git
synced 2025-02-17 07:12:46 +08:00
![Ivan Andreev](/assets/img/avatar_default.png)
Allow downstream packaging to build rclone without selfupdate command: $ go build -tags noselfupdate Fixes #5187
6 lines
69 B
Go
6 lines
69 B
Go
// +build noselfupdate
|
|
|
|
package cmd
|
|
|
|
const selfupdateEnabled = false
|