mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix updates downloading in non-deploy builds.
This commit is contained in:
@ -103,7 +103,8 @@ namespace osu.Desktop.Overlays
|
||||
}
|
||||
};
|
||||
|
||||
updateChecker();
|
||||
if (IsDeployedBuild)
|
||||
updateChecker();
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Reference in New Issue
Block a user