mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
add studio to start menu
This commit is contained in:
parent
ed62491827
commit
47e8618dcc
@ -250,8 +250,9 @@ namespace Bloxstrap
|
||||
}
|
||||
else if (LaunchArgs[0] == "-ide" && LaunchArgs.Length >= 2)
|
||||
{
|
||||
commandLine = $"-task EditFile -localPlaceFile {LaunchArgs[1]}";
|
||||
isStudioLaunch = true;
|
||||
if (LaunchArgs.Length >= 2)
|
||||
commandLine = $"-task EditFile -localPlaceFile \"{LaunchArgs[1]}\"";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -572,6 +572,7 @@ namespace Bloxstrap
|
||||
|
||||
Utility.Shortcut.Create(Paths.Application, "", Path.Combine(Paths.StartMenu, "Play Roblox.lnk"));
|
||||
Utility.Shortcut.Create(Paths.Application, "-menu", Path.Combine(Paths.StartMenu, $"{App.ProjectName} Menu.lnk"));
|
||||
Utility.Shortcut.Create(Paths.Application, "-ide", Path.Combine(Paths.StartMenu, "Roblox Studio (Bloxstrap).lnk"));
|
||||
|
||||
if (App.Settings.Prop.CreateDesktopIcon)
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"Bloxstrap (Studio Launch)": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "roblox-studio:"
|
||||
"commandLineArgs": "-ide"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user