From 964d3fbdbcaedc471cdeed78df64019620f6791a Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Fri, 17 Apr 2026 14:59:47 +0900 Subject: [PATCH] Avoid moving auth files during storage migration --- osu.Game/IO/OsuStorage.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/osu.Game/IO/OsuStorage.cs b/osu.Game/IO/OsuStorage.cs index 27e1889c6a..c8a9500073 100644 --- a/osu.Game/IO/OsuStorage.cs +++ b/osu.Game/IO/OsuStorage.cs @@ -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[]