Legacy jar reassembly, base of proper custom jar support
This commit is contained in:
parent
b781231666
commit
e3b55067eb
18 changed files with 286 additions and 151 deletions
|
@ -48,7 +48,7 @@ void DownloadJob::start()
|
|||
m_expected_md5 = hash;
|
||||
}
|
||||
}
|
||||
if(!ensurePathExists(filename))
|
||||
if(!ensureFilePathExists(filename))
|
||||
{
|
||||
emit fail();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue