Legacy jar reassembly, base of proper custom jar support
This commit is contained in:
@ -48,7 +48,7 @@ void DownloadJob::start()
|
||||
m_expected_md5 = hash;
|
||||
}
|
||||
}
|
||||
if(!ensurePathExists(filename))
|
||||
if(!ensureFilePathExists(filename))
|
||||
{
|
||||
emit fail();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user