diff --git a/src/MeoAsstGui/Bootstrapper.cs b/src/MeoAsstGui/Bootstrapper.cs index 4d6e2c7f3c..5017b63546 100644 --- a/src/MeoAsstGui/Bootstrapper.cs +++ b/src/MeoAsstGui/Bootstrapper.cs @@ -55,6 +55,7 @@ namespace MeoAsstGui /// 初始化些啥自己加。 protected override void OnStart() { + System.IO.Directory.SetCurrentDirectory(AppDomain.CurrentDomain.BaseDirectory); base.OnStart(); ViewStatusStorage.Load(); Localization.Load();