bloxstrap/Bloxstrap/Properties/launchSettings.json
pizzaboxer 765cccf89e
Refactor arg parser + channel handling
this commit changes way too many things to be stable. be warned of bugs if using this
2024-08-19 15:37:56 +01:00

31 lines
786 B
JSON

{
"profiles": {
"Bloxstrap (Launch)": {
"commandName": "Project"
},
"Bloxstrap (Quiet Launch)": {
"commandName": "Project",
"commandLineArgs": "-quiet"
},
"Bloxstrap (Uninstall)": {
"commandName": "Project",
"commandLineArgs": "-uninstall"
},
"Bloxstrap (Quiet Uninstall)": {
"commandName": "Project",
"commandLineArgs": "-uninstall -quiet"
},
"Bloxstrap (Menu)": {
"commandName": "Project",
"commandLineArgs": "-menu"
},
"Bloxstrap (Deeplink)": {
"commandName": "Project",
"commandLineArgs": "-player \"roblox://experiences/start?placeId=13700835620\""
},
"Bloxstrap (Studio Launch)": {
"commandName": "Project",
"commandLineArgs": "-studio"
}
}
}