Fix for 2010L and up on Wine
This commit is contained in:
parent
6554e62089
commit
8c49a8bb71
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue