mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-17 11:58:14 +08:00
Add AppConfig
This commit is contained in:
@@ -12,7 +12,6 @@ public static class GlobalVars {
|
||||
public static bool DebugProxy = false;
|
||||
public static bool CheckGamePath = true;
|
||||
public static bool UnexpectedExit = true;
|
||||
public static string GamePath = null!;
|
||||
public static Version AppVersion = Assembly.GetEntryAssembly()!.GetName().Version!;
|
||||
public static readonly string AppPath = AppDomain.CurrentDomain.BaseDirectory;
|
||||
|
||||
@@ -21,6 +20,5 @@ public static class GlobalVars {
|
||||
public const string LibName = "YaeLib.dll";
|
||||
public const string PipeName = "YaeAchievementPipe";
|
||||
public const string BucketHost = "https://cn-cd-1259389942.file.myqcloud.com";
|
||||
public const string ConfigFileName = "YaeAchievement.runtimeconfig.json";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user