Skip to content

Commit

Permalink
Build ChroMapper in Release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Caeden117 committed Jul 24, 2024
1 parent 6422ee0 commit 4c7bff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Editor/SimpleEditorUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private static void SetBuildNumber()
PlayerSettings.bundleVersion = PlayerSettings.bundleVersion.Replace(".0", "." + buildNumber);
}

private const BuildOptions buildOptions = BuildOptions.CompressWithLz4 | BuildOptions.Development;
private const BuildOptions buildOptions = BuildOptions.CompressWithLz4 /*| BuildOptions.Development*/;

private static void BuildWindows()
{
Expand Down

0 comments on commit 4c7bff0

Please sign in to comment.