diff --git a/createZip.js b/createZip.js index 2b625f6..f9286a2 100644 --- a/createZip.js +++ b/createZip.js @@ -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)`); diff --git a/src/images/icons.zip b/src/images/System UIcons.zip similarity index 100% rename from src/images/icons.zip rename to src/images/System UIcons.zip