mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 12:37:45 +08:00
Fix updates downloading in non-deploy builds.
This commit is contained in:
parent
202976c0c3
commit
74ea5e7343
@ -103,7 +103,8 @@ namespace osu.Desktop.Overlays
|
||||
}
|
||||
};
|
||||
|
||||
updateChecker();
|
||||
if (IsDeployedBuild)
|
||||
updateChecker();
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Loading…
x
Reference in New Issue
Block a user