HashlinkHelper, PlatformSetup: proper casing in user-facing messages for HashLink name

This commit is contained in:
Josh Tynjala
2024-11-13 11:13:16 -08:00
parent 4e56bd9bf2
commit 19b571d8c2
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ class HashlinkHelper
case MAC: "Mac";
case WINDOWS: "Windows";
default:
Log.error('Hashlink is not supported on ${project.target} (Supported: Windows, Mac and Linux)');
Log.error('HashLink is not supported on ${project.target} (Supported: Windows, Mac and Linux)');
Sys.exit(1);
"";
};