mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 10:31:26 -07:00
23 lines
529 B
JSON
23 lines
529 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": "-preferences"
|
|
}
|
|
}
|
|
} |