mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
fix(cli): fix windows' update url (#2318)
This commit is contained in:
9
patches/windows/cli.patch
Normal file
9
patches/windows/cli.patch
Normal file
@@ -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,
|
||||||
Reference in New Issue
Block a user