mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: use target-id from rockbox-info.txt and remove it from rbutil.ini
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20b0dd2788
commit
da358058cb
6 changed files with 1 additions and 42 deletions
|
|
@ -57,6 +57,7 @@ bool VoiceFileCreator::createVoiceFile()
|
|||
QString target = info.target();
|
||||
QString features = info.features();
|
||||
QString version = info.version();
|
||||
m_targetid = info.targetID().toInt();
|
||||
version = version.left(version.indexOf("-")).remove("r");
|
||||
|
||||
//prepare download url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue