Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ppy
GitHub Repository: ppy/osu
Path: blob/master/osu.Desktop/Properties/launchSettings.json
2262 views
1
{
2
"profiles": {
3
"osu! Desktop": {
4
"commandName": "Project"
5
},
6
"osu! Tournament": {
7
"commandName": "Project",
8
"commandLineArgs": "--tournament"
9
}
10
}
11
}
12