Compression algo dependencies, still need hackery...
This commit is contained in:
parent
af234f3502
commit
2c8dc0b855
52 changed files with 17769 additions and 40 deletions
|
@ -189,5 +189,8 @@ void OneSixUpdate::jarlibFinished()
|
|||
|
||||
void OneSixUpdate::jarlibFailed()
|
||||
{
|
||||
emitFailed("Failed to download the binary garbage. Try again. Maybe. IF YOU DARE");
|
||||
QStringList failed = jarlibDownloadJob->getFailedFiles();
|
||||
QString failed_all = failed.join("\n");
|
||||
emitFailed("Failed to download the following files:\n" + failed_all +
|
||||
"\n\nPlease try again.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue