fix rbxl opening

This commit is contained in:
bluepilledgreat 2023-10-04 14:56:47 +01:00
parent 1ae9578247
commit dce26a19d4

View File

@ -247,6 +247,11 @@ namespace Bloxstrap
isStudioLaunch = true; isStudioLaunch = true;
isStudioAuth = true; isStudioAuth = true;
} }
else if (LaunchArgs[0] == "-ide" && LaunchArgs.Length >= 2)
{
commandLine = $"-task EditFile -localPlaceFile {LaunchArgs[1]}";
isStudioLaunch = true;
}
else else
{ {
commandLine = "--app"; commandLine = "--app";