1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-06 03:34:28 +00:00
restic/internal/selfupdate
Michael Eischer 34e67e3510 self-update: Fix handling of --output on windows
The code always assumed that the upgrade happens in place. Thus writing
the upgrade to a separate file fails, when trying to remove the file
stored at that location.
2023-01-22 15:39:42 +01:00
..
download.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
download_unix.go Refactor file handing for self-update. 2022-04-09 21:40:33 +02:00
download_windows.go self-update: Fix handling of --output on windows 2023-01-22 15:39:42 +01:00
github.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
verify.go