mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Isolate development builds' storage from release builds
This commit is contained in:
@ -21,7 +21,11 @@ namespace osu.Desktop
|
||||
{
|
||||
public static class Program
|
||||
{
|
||||
#if DEBUG
|
||||
private const string base_game_name = @"osu-development";
|
||||
#else
|
||||
private const string base_game_name = @"osu";
|
||||
#endif
|
||||
|
||||
private static LegacyTcpIpcProvider legacyIpc;
|
||||
|
||||
|
Reference in New Issue
Block a user