mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-09 04:19:47 +08:00
Merge branch 'main' of github.com:babalae/better-genshin-impact
This commit is contained in:
commit
57138a7be0
@ -135,7 +135,7 @@ internal static class RuntimeHelper
|
||||
|
||||
public static void CheckIntegration()
|
||||
{
|
||||
if (!Directory.Exists("Assets") || !Directory.Exists("GameTask"))
|
||||
if (!Directory.Exists(Global.Absolute("Assets")) || !Directory.Exists(Global.Absolute("GameTask")))
|
||||
{
|
||||
StringBuilder stringBuilder = new("发现有关键文件缺失,");
|
||||
stringBuilder.Append(Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory) == Global.StartUpPath
|
||||
|
Loading…
Reference in New Issue
Block a user