You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/clientupdate
Andrew Lytvynov 59d1077e28
clientupdate: cleanup tailscale binary copies on Windows (#10433)
When updating on Windows, we make a copy of the tailscale.exe file in a
temp directory to perform the update, because the original tailscale.exe
gets deleted during the update.

This can eat up disk space if a machine is stuck doing repeated failed
update attempts. Clean up old copies explicitly before making a new one,
same as we do with MSIs.

Updates #10082

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
2 years ago
..
distsign clientupdate/distsign: add new prod root signing key to keychain 2 years ago
testdata clientupdate: implement update for Unraid (#10344) 2 years ago
clientupdate.go clientupdate: cleanup tailscale binary copies on Windows (#10433) 2 years ago
clientupdate_test.go clientupdate: implement update for Unraid (#10344) 2 years ago
clientupdate_windows.go clientupdate: fix auto-update on Windows over RDP (#10242) 2 years ago
systemd_linux.go clientupdate: add linux tarball updates (#9144) 2 years ago
systemd_other.go clientupdate: add linux tarball updates (#9144) 2 years ago