Skip to content

Commit

Permalink
Build ChroMapper in Release mode
Browse files Browse the repository at this point in the history
Caeden117 committed Jul 24, 2024

Verified

This commit was signed with the committer’s verified signature.
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
@@ -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()
{

0 comments on commit 4c7bff0

Please sign in to comment.