wip: osu! updating

This commit is contained in:
2025-07-03 16:33:41 +02:00
parent 9182c2c994
commit 75380038ad
4 changed files with 21 additions and 18 deletions

View File

@@ -145,7 +145,6 @@
}
const versions = compareBuildNumbers($osuBuild, streamInfo);
if (versions > 0) {
launchInfo = 'Update found!';
await new Promise((res) => setTimeout(res, 1500));
@@ -154,7 +153,8 @@
} else {
launchInfo = 'You are up to date!';
}
} catch {
} catch(err) {
console.log(err);
toast.error('Hmmm...', {
description: 'Failed to check for updates.',
});