mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
refactor: patches (#2797)
This commit is contained in:
9
patches/windows/41-cli-fix-update-url.patch
Normal file
9
patches/windows/41-cli-fix-update-url.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
diff --git a/cli/src/update_service.rs b/cli/src/update_service.rs
|
||||
index 3e0895f..e518ad8 100644
|
||||
--- a/cli/src/update_service.rs
|
||||
+++ b/cli/src/update_service.rs
|
||||
@@ -94,3 +94,3 @@ impl UpdateService {
|
||||
let download_url = format!(
|
||||
- "{}/{}/{}/{}/latest.json",
|
||||
+ "{}/{}/{}/{}/user/latest.json",
|
||||
&update_endpoint,
|
||||
Reference in New Issue
Block a user