mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 15:12:30 -05:00
Distinguish between release and current build when installing fonts.
As with the voice file installation changed in r26637 the same issue exists for fonts. While the fonts package rarely changes and therefore this shouldn't have had a negative impact in the past use the correct font package anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26667 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f5e61e094
commit
18b350c972
4 changed files with 37 additions and 8 deletions
|
|
@ -37,7 +37,8 @@ const static struct {
|
|||
{ SystemInfo::BleedingUrl, "bleeding_url", "" },
|
||||
{ SystemInfo::BootloaderUrl, "bootloader_url", "" },
|
||||
{ SystemInfo::BootloaderInfoUrl, "bootloader_info_url", "" },
|
||||
{ SystemInfo::FontUrl, "font_url", "" },
|
||||
{ SystemInfo::ReleaseFontUrl, "release_font_url", "" },
|
||||
{ SystemInfo::DailyFontUrl, "daily_font_url", "" },
|
||||
{ SystemInfo::DailyVoiceUrl, "daily_voice_url", "" },
|
||||
{ SystemInfo::ReleaseVoiceUrl, "release_voice_url", "" },
|
||||
{ SystemInfo::DoomUrl, "doom_url", "" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue