helium/updater-prefs: change macos appcast url

this is easier to proxy
This commit is contained in:
jj
2025-07-05 15:38:57 +00:00
parent 13d630288f
commit 3fa437ef53
@@ -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();