Files
Ez2Lazer/osu.Desktop/Properties/launchSettings.json
2026-01-21 23:20:42 +08:00

14 lines
251 B
JSON

{
"profiles": {
"osu! Desktop": {
"commandName": "Project",
"environmentVariables": {
"OSU_SDL3": "1"
}
},
"osu! Tournament": {
"commandName": "Project",
"commandLineArgs": "--tournament"
}
}
}