mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +09:00
Actually combine the path
This commit is contained in:
parent
bf216687e1
commit
d5d5a4d0d7
@ -57,7 +57,7 @@ namespace osu.Desktop
|
|||||||
|
|
||||||
private string getStableInstallPath()
|
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;
|
string stableInstallPath;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user