Fix for 2010L and up on Wine

This commit is contained in:
man-of-eel 2021-11-14 19:08:42 +00:00 committed by GitHub
parent 6554e62089
commit 8c49a8bb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2154,6 +2154,7 @@ public class GlobalFuncs
{
Process client = new Process();
client.StartInfo.FileName = rbxexe;
client.StartInfo.WorkingDirectory = Path.GetDirectoryName(rbxexe);
client.StartInfo.Arguments = args;
if (e != null)
{