diff --git a/kkiapay-woocomerce_v2.4.0.zip b/kkiapay-woocomerce_v2.4.0.zip deleted file mode 100644 index 393c599..0000000 Binary files a/kkiapay-woocomerce_v2.4.0.zip and /dev/null differ diff --git a/src/zip.js b/src/zip.js index ba1bf24..839c786 100644 --- a/src/zip.js +++ b/src/zip.js @@ -15,7 +15,7 @@ const foldersAndFilesToCopy = [ 'README.md', 'readme.txt' ] -const folderPath = path.join(__dirname, '../kkiapay-woocomerce') +const folderPath = path.join(__dirname, '../kkiapay-woocommerce') const readdir = promisify(fs.readdir); const stat = promisify(fs.stat); @@ -106,7 +106,7 @@ async function a() { a() .then(() => { - const zipName = `kkiapay-woocomerce_v${PLUGIN_VERSION}.zip` + const zipName = `kkiapay-woocommerce_v${PLUGIN_VERSION}.zip` zip(folderPath, path.join(__dirname, '..', zipName)).then(() => { deleteFolderRecursive(folderPath) console.log("Your zip is here", path.join(__dirname, '..', zipName));