updated scripts
This commit is contained in:
4333
scripts/data.json
4333
scripts/data.json
File diff suppressed because one or more lines are too long
@@ -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