mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Rename Rockbox Utility output binary to RockboxUtility.
This will also cause the archives created by deploy-release.py to use the new binary name, so also update the update checking code to accept any base filename when retrieving version numbers from the download server. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24980 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
495edfb7b9
commit
239976ebfa
4 changed files with 6 additions and 6 deletions
|
|
@ -1257,7 +1257,7 @@ void RbUtilQt::downloadUpdateDone(bool error)
|
|||
else {
|
||||
QString toParse(update->readAll());
|
||||
|
||||
QRegExp searchString("<a[^>]*>(rbutilqt[^<]*)</a>");
|
||||
QRegExp searchString("<a[^>]*>([a-zA-Z]+[^<]*)</a>");
|
||||
QStringList rbutilList;
|
||||
int pos = 0;
|
||||
while ((pos = searchString.indexIn(toParse, pos)) != -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue