mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 12:21:03 +00:00
feat: update redist script
This commit is contained in:
@@ -91,7 +91,7 @@ export class CommonRedistManager {
|
|||||||
for (const redist of this.redistributables) {
|
for (const redist of this.redistributables) {
|
||||||
const filePath = path.join(commonRedistPath, redist);
|
const filePath = path.join(commonRedistPath, redist);
|
||||||
|
|
||||||
if (fs.existsSync(filePath)) {
|
if (fs.existsSync(filePath) && redist !== "install.bat") {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user