mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
rbutil: try to fix voicefile creation for releases. (genlang.cgi still needs fixing).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22207 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dc993a62c9
commit
de460fe783
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ bool VoiceFileCreator::createVoiceFile()
|
||||||
QString target = info.target();
|
QString target = info.target();
|
||||||
QString features = info.features();
|
QString features = info.features();
|
||||||
QString version = info.version();
|
QString version = info.version();
|
||||||
version = version.left(version.indexOf("-")).remove(0,1);
|
version = version.left(version.indexOf("-")).remove("r");
|
||||||
|
|
||||||
//prepare download url
|
//prepare download url
|
||||||
QUrl genlangUrl = RbSettings::value(RbSettings::GenlangUrl).toString()
|
QUrl genlangUrl = RbSettings::value(RbSettings::GenlangUrl).toString()
|
||||||
+"?lang=" + m_lang + "&t=" + target + "&rev=" + version + "&f=" + features;
|
+"?lang=" + m_lang + "&t=" + target + "&rev=" + version + "&f=" + features;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue