Add VS launcher profile for tournament client (#7140)

Add VS launcher profile for tournament client
This commit is contained in:
Dean Herbert 2019-12-11 17:16:22 +09:00 committed by GitHub
commit 93a6827844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}
}