Merge pull request #27 from man-of-eel/master

Fix for 2010L and up on Wine
This commit is contained in:
Bitl 2021-11-14 12:12:11 -07:00 committed by GitHub
commit d056a22fe7
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)
{