Add VS launcher profile for tournament client.

This commit is contained in:
Huo Yaoyuan 2019-12-09 21:46:29 +08:00
parent f3ec98d85f
commit 48976f5d0e
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"profiles": {
"osu! Desktop": {
"commandName": "Project"
},
"osu! Tournament": {
"commandName": "Project",
"commandLineArgs": "--tournament"
}
}
}