Skip to content

Commit 3b764c3

Browse files
committed
fix(cli): fix windows' update url (#2318)
1 parent e45f1ef commit 3b764c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

patches/windows/cli.patch

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)