updated scripts
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user