rclone/cmd/selfupdate
Ivan Andreev 93353c431b selfupdate: dont detect FUSE if build is static
Before this patch selfupdate detected ANY build with cmount tag as a build
having libFUSE capabilities. However, only dynamic builds really have it.
The official linux builds are static and have the cmount tag as of the time
of this writing. This results in inability to update official linux binaries.
This patch fixes that. The build can be fixed independently.
2021-04-03 21:54:15 +03:00
..
help.go selfupdate: dont detect FUSE if build is static 2021-04-03 21:54:15 +03:00
selfupdate_test.go cmd: rclone selfupdate (#5080) 2021-03-11 22:39:30 +03:00
selfupdate.go selfupdate: dont detect FUSE if build is static 2021-04-03 21:54:15 +03:00
verify.go cmd: rclone selfupdate (#5080) 2021-03-11 22:39:30 +03:00
writable_unix.go cmd: rclone selfupdate (#5080) 2021-03-11 22:39:30 +03:00
writable_unsupported.go cmd: rclone selfupdate (#5080) 2021-03-11 22:39:30 +03:00
writable_windows.go cmd: rclone selfupdate (#5080) 2021-03-11 22:39:30 +03:00