summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/systeminfo.cpp
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-15 21:23:02 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-15 21:24:51 +0100
commit6c2780e70916dea5159aad6b7de815beef769c85 (patch)
tree7e84be9b8957fb1b623ec44515776aa7ae1fe725 /rbutil/rbutilqt/base/systeminfo.cpp
parent9bb60b7d854734475727f7566ae8d8dbb9d46fdb (diff)
downloadrockbox-6c2780e70916dea5159aad6b7de815beef769c85.tar.gz
rockbox-6c2780e70916dea5159aad6b7de815beef769c85.zip
rbutil: Rework server info data handling.
Allow constructing release candidate URL from configuration the same way we construct the URL for releases. Note that the server path used does not exist, taken from old release candidate builds not available anymore. Change-Id: I7332f08df05ed39724b4900556aaa1f5e0ba463b
Diffstat (limited to 'rbutil/rbutilqt/base/systeminfo.cpp')
-rw-r--r--rbutil/rbutilqt/base/systeminfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/base/systeminfo.cpp b/rbutil/rbutilqt/base/systeminfo.cpp
index d14c3f5436..dee69a2e1e 100644
--- a/rbutil/rbutilqt/base/systeminfo.cpp
+++ b/rbutil/rbutilqt/base/systeminfo.cpp
@@ -42,6 +42,7 @@ const static struct {
42 { SystemInfo::Wolf3DUrl, "wolf3d_url" }, 42 { SystemInfo::Wolf3DUrl, "wolf3d_url" },
43 { SystemInfo::XWorldUrl, "xworld_url" }, 43 { SystemInfo::XWorldUrl, "xworld_url" },
44 { SystemInfo::ReleaseUrl, "release_url" }, 44 { SystemInfo::ReleaseUrl, "release_url" },
45 { SystemInfo::CandidateUrl, "rc_url" },
45 { SystemInfo::DailyUrl, "daily_url" }, 46 { SystemInfo::DailyUrl, "daily_url" },
46 { SystemInfo::BuildInfoUrl, "build_info_url" }, 47 { SystemInfo::BuildInfoUrl, "build_info_url" },
47 { SystemInfo::GenlangUrl, "genlang_url" }, 48 { SystemInfo::GenlangUrl, "genlang_url" },