Skip to content

Commit 7186f41

Browse files
authored
Update CustomBuildAndRun.cs
1 parent ea7ce2f commit 7186f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomProjectBuilder/CustomBuildAndRun.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public sealed class CustomBuildAndRun : EditorWindow
2626
private const string Hotkey = "%F1";
2727
private const string BuildFolderName = "Builds";
2828
private const string ApplicationExecutionFormat = ".exe";
29-
private static readonly string ProductName = PlayerSettings.productName;
29+
private static string ProductName => PlayerSettings.productName;
3030

3131
private int numberOfPlayers = 1;
3232

0 commit comments

Comments
 (0)