diff --git a/patches/windows/cli.patch b/patches/windows/cli.patch new file mode 100644 index 0000000..8d232db --- /dev/null +++ b/patches/windows/cli.patch @@ -0,0 +1,9 @@ +diff --git a/cli/src/update_service.rs b/cli/src/update_service.rs +index a39bbf7..26ad204 100644 +--- a/cli/src/update_service.rs ++++ b/cli/src/update_service.rs +@@ -84,3 +84,3 @@ impl UpdateService { + let download_url = format!( +- "{}/{}/{}/{}/latest.json", ++ "{}/{}/{}/{}/user/latest.json", + update_endpoint,