Skip to content

Commit

Permalink
Update CustomBuildAndRun.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruDev committed Dec 7, 2023
1 parent ea7ce2f commit 7186f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomProjectBuilder/CustomBuildAndRun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public sealed class CustomBuildAndRun : EditorWindow
private const string Hotkey = "%F1";
private const string BuildFolderName = "Builds";
private const string ApplicationExecutionFormat = ".exe";
private static readonly string ProductName = PlayerSettings.productName;
private static string ProductName => PlayerSettings.productName;

private int numberOfPlayers = 1;

Expand Down

0 comments on commit 7186f41

Please sign in to comment.