Updated zip folder name

This commit is contained in:
Corey 2020-08-01 17:10:46 +08:00
parent 7a039244ee
commit 0db2b30058
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function zipDirectory(sourcePath, zipPath) {
}
var sourcePath = __dirname + "/src/images/icons/";
var zipPath = __dirname + "/src/images/icons.zip";
var zipPath = __dirname + "/src/images/System UIcons.zip";
console.log(`Zipping ${sourcePath} to ${zipPath} (overwrites existing)`);