forked from len0rd/rockbox
Move constructing the themes info download link to rbutil.ini.
Instead of constructing the download link with fixed script name put a template into the system info file. That way changing the download link doesn't require changing the code anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26495 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b4b5ab02cb
commit
0a4b576248
4 changed files with 7 additions and 4 deletions
|
|
@ -45,6 +45,7 @@ const static struct {
|
|||
{ SystemInfo::ServerConfUrl, "server_conf_url", "" },
|
||||
{ SystemInfo::GenlangUrl, "genlang_url", "" },
|
||||
{ SystemInfo::ThemesUrl, "themes_url", "" },
|
||||
{ SystemInfo::ThemesInfoUrl, "themes_info_url", "" },
|
||||
{ SystemInfo::RbutilUrl, "rbutil_url", "" },
|
||||
{ SystemInfo::BleedingInfo, "bleeding_info", "" },
|
||||
{ SystemInfo::CurPlatformName, ":platform:/name", "" },
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ class SystemInfo : public QObject
|
|||
ServerConfUrl,
|
||||
GenlangUrl,
|
||||
ThemesUrl,
|
||||
ThemesInfoUrl,
|
||||
RbutilUrl,
|
||||
BleedingInfo,
|
||||
CurPlatformName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue