mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-23 03:52:45 -05:00
Use server timestamp for development build fonts.
The server timestamp is more meaningful as version identification than using the revision of the currently installed build. Change-Id: Ib57766f8e0f57ea9a4f805929acb589c2560fbd5
This commit is contained in:
parent
dce80eaa19
commit
87bb7471bb
1 changed files with 0 additions and 1 deletions
|
|
@ -860,7 +860,6 @@ void RbUtilQt::installFonts()
|
|||
if(relversion.isEmpty()) {
|
||||
// release is empty for non-release versions (i.e. daily / current)
|
||||
fontsurl = SystemInfo::value(SystemInfo::DailyFontUrl).toString();
|
||||
logversion = installInfo.revision();
|
||||
}
|
||||
else {
|
||||
fontsurl = SystemInfo::value(SystemInfo::ReleaseFontUrl).toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue