1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 17:30:13 +08:00

Avoid moving auth files during storage migration

This commit is contained in:
Dan Balasescu
2026-04-17 14:59:47 +09:00
Unverified
parent 9ac1ad2843
commit 964d3fbdbc
+5
View File
@@ -39,6 +39,11 @@ namespace osu.Game.IO
{
"framework.ini",
"storage.ini",
// These may not be safe to move around.
"AuthNative.dll",
"AuthNative.so",
"AuthNative.dylib"
};
public override string[] IgnoreSuffixes => new[]