mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix rbxl opening
This commit is contained in:
parent
1ae9578247
commit
dce26a19d4
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user