1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

build: add build tag noselfupdate

Allow downstream packaging to build rclone without selfupdate command:
$ go build -tags noselfupdate

Fixes #5187
This commit is contained in:
Ivan Andreev
2021-04-03 14:39:04 +03:00
committed by Nick Craig-Wood
parent 12d039261f
commit 9e2e2bb5fc
12 changed files with 37 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
// +build !noselfupdate
package selfupdate
// Note: "|" will be replaced by backticks in the help string below