Fix for 2010L and up on Wine #27

Merged
man-of-eel merged 1 commits from master into master 2021-11-14 13:12:11 -06:00
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)
{