merge net5

This commit is contained in:
goat 2022-07-11 19:19:22 +02:00
commit c1dac8d27a
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
34 changed files with 420 additions and 386 deletions

View file

@ -546,8 +546,8 @@ namespace Dalamud.Injector
}
catch (Exception)
{
gamePath = @"C:\Program Files (x86)\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game\ffxiv_dx11.exe";
Log.Warning("Failed to read launcherConfigV3.json. Using default game installation path: {0}", gamePath);
Log.Error("Failed to read launcherConfigV3.json to get the set-up game path, please specify one using -g");
return -1;
}
if (!File.Exists(gamePath))