Fix UnityHub argument for tvOS

This commit is contained in:
Daniel Lupiañez Casares 2025-06-07 13:19:23 +02:00
parent a425e95203
commit a7a3b838ac
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -101,7 +101,7 @@ class SetupMac {
moduleArgument.push('--module', 'ios');
break;
case 'tvOS':
moduleArgument.push('--module', 'tvos');
moduleArgument.push('--module', 'appletv');
break;
case 'StandaloneOSX':
moduleArgument.push('--module', 'mac-il2cpp');