From 319ad4b0bfaed3226c26d3f54c749a6132679d62 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Sun, 17 Nov 2019 06:32:21 +0800 Subject: [PATCH] Set patch urls --- code/ryzom/client/client_default.cfg | 1 + code/ryzom/tools/client/client_patcher/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/ryzom/client/client_default.cfg b/code/ryzom/client/client_default.cfg index 59d51c36c..7f62473e0 100644 --- a/code/ryzom/client/client_default.cfg +++ b/code/ryzom/client/client_default.cfg @@ -53,6 +53,7 @@ ForgetPwdURL = "https://classic.ryzom.dev/ams/"; LoginSupportURL = "https://classic.ryzom.dev/ams/"; NamingPolicyURL = "https://classic.ryzom.dev/ams/"; InstallWebPage = "https://classic.ryzom.dev/ams/"; +StreamedPackageHosts = { "https://cdn.ryzom.dev/classic/stream/" }; // Full path and filename where cURL can find certificate bundle file // cacert.pem file can be downloaded from https://curl.haxx.se/docs/caextract.html diff --git a/code/ryzom/tools/client/client_patcher/main.cpp b/code/ryzom/tools/client/client_patcher/main.cpp index fc440abf4..e16245c69 100644 --- a/code/ryzom/tools/client/client_patcher/main.cpp +++ b/code/ryzom/tools/client/client_patcher/main.cpp @@ -191,7 +191,7 @@ struct CClientPatcherTranslations : public NLMISC::CI18N::ILoadProxy }; // hardcoded URL to not depend on external files -static const std::string PatchUrl = "http://dl.ryzom.com/patch_live"; +static const std::string PatchUrl = "https://cdn.ryzom.dev/classic/patch"; int main(int argc, char *argv[]) {