mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Actually combine the path
This commit is contained in:
parent
bf216687e1
commit
d5d5a4d0d7
@ -57,7 +57,7 @@ namespace osu.Desktop
|
||||
|
||||
private string getStableInstallPath()
|
||||
{
|
||||
static bool checkExists(string p) => Directory.Exists(Path.Combine(p, "Songs")) || File.Exists("osu!.cfg");
|
||||
static bool checkExists(string p) => Directory.Exists(Path.Combine(p, "Songs")) || File.Exists(Path.Combine(p, "osu!.cfg"));
|
||||
|
||||
string stableInstallPath;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user