forked from len0rd/rockbox
Update for single build-info file.
The server now provides a single build-info file (instead of two separate ones for development builds and stable releases). Update to use the new file, since it simplifies things. Change-Id: If3b949f4d78eecb54e47622da887f51005f6d155
This commit is contained in:
parent
b73c961683
commit
f4b0e316c3
9 changed files with 21 additions and 71 deletions
|
|
@ -144,7 +144,6 @@ void InstallWindow::accept()
|
|||
}
|
||||
file.replace("%MODEL%", buildname);
|
||||
file.replace("%RELVERSION%", ServerInfo::value(ServerInfo::CurReleaseVersion).toString());
|
||||
file.replace("%DATE%", ServerInfo::value(ServerInfo::DailyDate).toString());
|
||||
|
||||
RbSettings::sync();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue