feat: update redist script

This commit is contained in:
Zamitto
2025-05-02 08:09:10 -03:00
parent a922d9a166
commit 8cf4656d6d

View File

@@ -91,7 +91,7 @@ export class CommonRedistManager {
for (const redist of this.redistributables) {
const filePath = path.join(commonRedistPath, redist);
if (fs.existsSync(filePath)) {
if (fs.existsSync(filePath) && redist !== "install.bat") {
continue;
}