1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 21:40:34 +08:00

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
Unverified
@@ -0,0 +1,11 @@
{
"profiles": {
"osu! Desktop": {
"commandName": "Project"
},
"osu! Tournament": {
"commandName": "Project",
"commandLineArgs": "--tournament"
}
}
}