Fix for 2010L and up on Wine #27
|
|
@ -2154,6 +2154,7 @@ public class GlobalFuncs
|
||||||
{
|
{
|
||||||
Process client = new Process();
|
Process client = new Process();
|
||||||
client.StartInfo.FileName = rbxexe;
|
client.StartInfo.FileName = rbxexe;
|
||||||
|
client.StartInfo.WorkingDirectory = Path.GetDirectoryName(rbxexe);
|
||||||
client.StartInfo.Arguments = args;
|
client.StartInfo.Arguments = args;
|
||||||
if (e != null)
|
if (e != null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue