diff --git a/decompile.html b/decompile.html index 9b6bfda..b646fe4 100644 --- a/decompile.html +++ b/decompile.html @@ -87,7 +87,7 @@ for (const file of fileList) { progressBar.value++; if (file.type != 'FILE') continue; - zip.file(file.name, file.data); // todo: check if it'll accept a blob as input + zip.file(file.name, file.data); } zip.generateAsync({type: 'blob'}).then(function(content) {