We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45f1ef commit 3b764c3Copy full SHA for 3b764c3
patches/windows/cli.patch
@@ -0,0 +1,9 @@
1
+diff --git a/cli/src/update_service.rs b/cli/src/update_service.rs
2
+index a39bbf7..26ad204 100644
3
+--- a/cli/src/update_service.rs
4
++++ b/cli/src/update_service.rs
5
+@@ -84,3 +84,3 @@ impl UpdateService {
6
+ let download_url = format!(
7
+- "{}/{}/{}/{}/latest.json",
8
++ "{}/{}/{}/{}/user/latest.json",
9
+ update_endpoint,
0 commit comments