mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
feat: adding optional common redist install
This commit is contained in:
@@ -56,10 +56,8 @@ export class CommonRedistManager {
|
||||
}
|
||||
}
|
||||
|
||||
const [_, component] = tail?.split("Installing ") ?? [];
|
||||
|
||||
WindowManager.mainWindow?.webContents.send("common-redist-progress", {
|
||||
component: component,
|
||||
log: tail,
|
||||
complete: tail?.includes(installationCompleteMessage),
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user