Compare commits
No commits in common. "9f3c4d4fa45b0cae58623265b33719a5bc869c55" and "d907553f3e2f189fa9b4da8ee6f6d2811010bdc8" have entirely different histories.
9f3c4d4fa4
...
d907553f3e
5
main.js
5
main.js
@ -477,9 +477,9 @@ function registerIPCPipes() {
|
||||
}
|
||||
await new Promise((res) => setTimeout(res, 1000));
|
||||
}
|
||||
if (updateFiles.length > 0) {
|
||||
|
||||
mainWindow.webContents.send("ezpplauncher:launchstatus", {
|
||||
status: "Launching osu! updater to verify updates...",
|
||||
status: "Launching osu! updater to verify...",
|
||||
});
|
||||
await new Promise((res) => setTimeout(res, 1000));
|
||||
|
||||
@ -501,7 +501,6 @@ function registerIPCPipes() {
|
||||
}, 500);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
await new Promise((res) => setTimeout(res, 1000));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user