Random fixes

This commit is contained in:
Natsumi
2023-09-03 09:00:33 +12:00
parent 0a0f166a2b
commit 102092e6d3
6 changed files with 114 additions and 85 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ namespace VRCX
public bool StartGameFromPath(string path, string arguments)
{
if (!path.EndsWith(".exe"))
path = Path.Combine(path, "start_protected_game.exe");
path = Path.Combine(path, "launch.exe");
if (!File.Exists(path))
return false;