Skip to content

Commit 964d3fb

Browse files
committed
Avoid moving auth files during storage migration
1 parent 9ac1ad2 commit 964d3fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

osu.Game/IO/OsuStorage.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ public class OsuStorage : MigratableStorage
3939
{
4040
"framework.ini",
4141
"storage.ini",
42+
43+
// These may not be safe to move around.
44+
"AuthNative.dll",
45+
"AuthNative.so",
46+
"AuthNative.dylib"
4247
};
4348

4449
public override string[] IgnoreSuffixes => new[]

0 commit comments

Comments
 (0)