Set patch urls

ryzomclassic-develop
kaetemi 5 years ago
parent de6eae7e0f
commit 319ad4b0bf

@ -53,6 +53,7 @@ ForgetPwdURL = "https://classic.ryzom.dev/ams/";
LoginSupportURL = "https://classic.ryzom.dev/ams/"; LoginSupportURL = "https://classic.ryzom.dev/ams/";
NamingPolicyURL = "https://classic.ryzom.dev/ams/"; NamingPolicyURL = "https://classic.ryzom.dev/ams/";
InstallWebPage = "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 // 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 // cacert.pem file can be downloaded from https://curl.haxx.se/docs/caextract.html

@ -191,7 +191,7 @@ struct CClientPatcherTranslations : public NLMISC::CI18N::ILoadProxy
}; };
// hardcoded URL to not depend on external files // 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[]) int main(int argc, char *argv[])
{ {

Loading…
Cancel
Save