Skip to content

Commit

Permalink
Merge pull request #31000 from LittleEndu/release-ipc-name
Browse files Browse the repository at this point in the history
Fix IPC not working in release
  • Loading branch information
peppy authored Dec 7, 2024
2 parents 3e7005d + b04f5ab commit eeac8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/OsuGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public partial class OsuGame : OsuGameBase, IKeyBindingHandler<GlobalAction>, IL
// 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>
Expand Down

0 comments on commit eeac8f5

Please sign in to comment.