mirror of https://github.com/VERT-sh/VERT.git
fix: nested zips
This commit is contained in:
parent
118aaa1745
commit
61c548eed9
|
@ -224,7 +224,7 @@ class Files {
|
|||
continue;
|
||||
}
|
||||
dlFiles.push({
|
||||
name: file.file.name.replace(/\.[^/.]+$/, "") + file.to,
|
||||
name: file.file.name.replace(/\.[^/.]+$/, "") + result.to,
|
||||
lastModified: Date.now(),
|
||||
input: await result.file.arrayBuffer(),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue