bloxstrap/Bloxstrap/Properties/launchSettings.json
pizzaboxer abd56959f2 Fix bug with Bloxstrap not staying open
looks like my dumbass completely forgot why i used application.run to begin with
2023-02-03 21:31:36 +00:00

15 lines
293 B
JSON

{
"profiles": {
"Bloxstrap (Launch)": {
"commandName": "Project"
},
"Bloxstrap (Quiet)": {
"commandName": "Project",
"commandLineArgs": "-quiet"
},
"Bloxstrap (Menu)": {
"commandName": "Project",
"commandLineArgs": "-preferences"
}
}
}