diff --git a/src/gui/src/helpers.js b/src/gui/src/helpers.js index f89b2b59..497c3a80 100644 --- a/src/gui/src/helpers.js +++ b/src/gui/src/helpers.js @@ -2205,6 +2205,7 @@ window.unzipItem = async function(itemPath) { } else { fileName = fileItem; } + fileName != "" && await puter.fs.write(rootdir.path + '/' + fileItem, fileData); }); } });