mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
Fixes
This commit is contained in:
@@ -165,7 +165,9 @@ namespace VRCX
|
||||
|
||||
public void StartGameFromPath(string path, string arguments)
|
||||
{
|
||||
if (!path.EndsWith(".exe")) path = Path.Combine(path, "VRChat.exe");
|
||||
if (!path.EndsWith(".exe"))
|
||||
path = Path.Combine(path, "start_protected_game.exe");
|
||||
|
||||
Process.Start(new ProcessStartInfo
|
||||
{
|
||||
WorkingDirectory = Path.GetDirectoryName(path),
|
||||
|
||||
Reference in New Issue
Block a user