diff --git a/src/paths.js b/src/paths.js index abc3c0b..7ec4355 100644 --- a/src/paths.js +++ b/src/paths.js @@ -32,7 +32,7 @@ exports.init = () => { // cleanOldVersions - if (installPath) for (const x of fs.readdirSync(installPath)) { + /* if (installPath) for (const x of fs.readdirSync(installPath)) { if (x.startsWith('app-') && !x.includes(buildInfo.version)) fs.rmSync(join(installPath, x), { recursive: true, force: true }); - } + } */ }; \ No newline at end of file