mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: Unify template parameter for release version.
Don't use different parameter names for the same parameter. Change-Id: I3800d2ed7dcecf76b111b15945d62449efa70bcc
This commit is contained in:
parent
dfe9d63640
commit
5f36aed4bf
2 changed files with 5 additions and 5 deletions
|
|
@ -483,7 +483,7 @@ void SelectiveInstallWidget::installFonts(void)
|
|||
logversion = installInfo.release();
|
||||
}
|
||||
fontsurl = SystemInfo::value(SystemInfo::FontUrl, m_buildtype).toString();
|
||||
fontsurl.replace("%RELEASEVER%", relversion);
|
||||
fontsurl.replace("%RELVERSION%", relversion);
|
||||
|
||||
// create new zip installer
|
||||
if(m_zipinstaller != nullptr) m_zipinstaller->deleteLater();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue