mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 06:52:55 +08:00
Merge pull request #31000 from LittleEndu/release-ipc-name
Fix IPC not working in release
This commit is contained in:
commit
eeac8f530f
@ -89,7 +89,7 @@ namespace osu.Game
|
||||
// Different port allows running release and debug builds alongside each other.
|
||||
public const string IPC_PIPE_NAME = "osu-lazer-debug";
|
||||
#else
|
||||
public const string IPC_PORT = "osu-lazer";
|
||||
public const string IPC_PIPE_NAME = "osu-lazer";
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user