mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
helium/updater-prefs: change macos appcast url
this is easier to proxy
This commit is contained in:
@@ -73,7 +73,7 @@ TODO: guard services_page.html with is_mac
|
||||
+
|
||||
+#if BUILDFLAG(IS_MAC)
|
||||
+ std::string path = base::StringPrintf(
|
||||
+ "/updates/mac-%s/appcast.xml", cpu_arch);
|
||||
+ "/updates/mac/appcast-%s.xml", cpu_arch);
|
||||
+ return GetServicesBaseURL(prefs).Resolve(path);
|
||||
+#else
|
||||
+ return GetDummyURL();
|
||||
|
||||
Reference in New Issue
Block a user