mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
add task to uri map
This commit is contained in:
parent
cc4e5d1c84
commit
529262527c
@ -230,7 +230,7 @@ namespace Bloxstrap
|
||||
}
|
||||
else if (LaunchArgs[0].StartsWith("roblox-studio:") || LaunchArgs[0].StartsWith("roblox-studio-auth:"))
|
||||
{
|
||||
commandLine = LaunchArgs[0];
|
||||
commandLine = ProtocolHandler.ParseUri(LaunchArgs[0]);
|
||||
isStudioLaunch = true;
|
||||
}
|
||||
else
|
||||
|
@ -18,7 +18,9 @@ namespace Bloxstrap
|
||||
{ "browsertrackerid", "-b " },
|
||||
{ "robloxLocale", "--rloc " },
|
||||
{ "gameLocale", "--gloc " },
|
||||
{ "channel", "-channel " }
|
||||
{ "channel", "-channel " },
|
||||
// studio
|
||||
{ "task", "-task " },
|
||||
};
|
||||
|
||||
public static string ParseUri(string protocol)
|
||||
|
Loading…
Reference in New Issue
Block a user