Removes limit for tvOS only in Windows

This commit is contained in:
Daniel Lupiañez Casares 2025-06-07 11:04:21 +02:00
parent 819c2511e0
commit a425e95203
4 changed files with 0 additions and 4 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

BIN
dist/licenses.txt generated vendored

Binary file not shown.

View File

@ -136,10 +136,6 @@ class ImageTag {
case Platform.types.XboxOne:
return windows;
case Platform.types.tvOS:
if (process.platform !== 'win32') {
throw new Error(`tvOS can only be built on a windows base OS`);
}
return tvos;
case Platform.types.Switch:
return windows;