mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: fix h10_5gbmtp download issue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18634 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e823b2e488
commit
9fd4f872c2
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ void RbUtilQt::installBtn()
|
|||
bool RbUtilQt::installAuto()
|
||||
{
|
||||
QString file = QString("%1%2/rockbox.zip")
|
||||
.arg(settings->bleedingUrl(), settings->curPlatform());
|
||||
.arg(settings->bleedingUrl(), settings->curPlatformName());
|
||||
|
||||
buildInfo.open();
|
||||
QSettings info(buildInfo.fileName(), QSettings::IniFormat, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue