1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 16:12:54 +08:00

Make comment about velopack's init a bit more loud

This commit is contained in:
Dean Herbert 2024-09-02 16:46:29 +09:00
parent f8a6a6a8ae
commit 68e6fa286e
No known key found for this signature in database

View File

@ -30,7 +30,9 @@ namespace osu.Desktop
[STAThread]
public static void Main(string[] args)
{
// Velopack needs to run before anything else
// IMPORTANT DON'T IGNORE: For general sanity, velopack's setup needs to run before anything else.
// This has bitten us in the rear before (bricked updater), and although the underlying issue from
// last time has been fixed, let's not tempt fate.
setupVelopack();
if (OperatingSystem.IsWindows())