修复开机启动提示无CORE的错误

This commit is contained in:
ZouJin 2023-11-12 00:40:53 +08:00
parent f5a0341020
commit c7c8448c04

View File

@ -39,7 +39,7 @@ namespace VPet_Simulator.Windows
{
public partial class MainWindow : IMainWindow
{
public readonly string ModPath = Environment.CurrentDirectory + @"\mod";
public readonly string ModPath = ExtensionValue.BaseDirectory + @"\mod";
public bool IsSteamUser { get; }
public LPS_D Args { get; }
public string PrefixSave { get; } = "";