rbutil: Add support for installing daily builds.
Change-Id: If6618a4b2b1b0a718374ed8bac6976c4775947e1
This commit is contained in:
parent
1ba6785e46
commit
9a52991bbd
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ QVariant ServerInfo::platformValue(enum ServerInfos info, QString platform)
|
|||
SystemInfo::BuildCandidate).toString()
|
||||
.replace("%MODEL%", platform)
|
||||
.replace("%RELVERSION%", version);
|
||||
else if(!version.isEmpty() && info == DailyUrl)
|
||||
value = SystemInfo::value(SystemInfo::BuildUrl,
|
||||
SystemInfo::BuildDaily).toString()
|
||||
.replace("%MODEL%", platform)
|
||||
.replace("%RELVERSION%", version);
|
||||
}
|
||||
break;
|
||||
case CurDevelUrl:
|
||||
|
|
Loading…
Reference in a new issue