Skip to content

Commit

Permalink
Tweak to deal with slight size change
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Mar 14, 2024
1 parent 2b46f77 commit ec332c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Unity/UnityToolchain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class UnityToolchain : IStructuredOutput
{
MonoBuildConfig = (_monoDllPath.FileInfo.Length / (1024.0 * 1024)) switch
{
> 4 and < 7.5 => MonoBuildConfig.Release,
> 4 and < 7.8 => MonoBuildConfig.Release,
> 9 and < 11 => MonoBuildConfig.Debug,

var sizeMb => throw new InvalidDataException(
Expand Down

0 comments on commit ec332c5

Please sign in to comment.