mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -07:00
also added more verbosity, added -menu as an alias for -preferences, and added a migration for people using progress dialog
23 lines
522 B
JSON
23 lines
522 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"
|
|
}
|
|
}
|
|
} |