updated scripts

This commit is contained in:
snus xD
2025-07-20 17:09:20 +05:00
parent b6ac442409
commit 876fcf098d
2 changed files with 1 additions and 4342 deletions

File diff suppressed because one or more lines are too long

View File

@@ -53,13 +53,3 @@ for (const chapter of chapters) {
}
}
}
function create_zip(src, dist) {
const zip = new AdmZip();
zip.addLocalFolder(src);
zip.writeZip(dist);
}
// Создание архива
create_zip("../_sprites/sorted", "../sort.zip");
fs.rmSync("../_sprites/sorted", { recursive: true, force: true });