mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add VS launcher profile for tournament client.
This commit is contained in:
parent
f3ec98d85f
commit
48976f5d0e
11
osu.Desktop/Properties/launchSettings.json
Normal file
11
osu.Desktop/Properties/launchSettings.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"profiles": {
|
||||
"osu! Desktop": {
|
||||
"commandName": "Project"
|
||||
},
|
||||
"osu! Tournament": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--tournament"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user