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:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user