bloxstrap/Bloxstrap/Properties/launchSettings.json
2023-06-12 11:41:24 +01:00

27 lines
662 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": "roblox://experiences/start?placeId=95206881"
}
}
}