diff --git a/Infuse/Infuse-tvOS/Infuse.plist b/Infuse/Infuse-tvOS/Infuse.plist index f8411b4..7aeb983 100644 --- a/Infuse/Infuse-tvOS/Infuse.plist +++ b/Infuse/Infuse-tvOS/Infuse.plist @@ -3,5 +3,8 @@ Bundles = ( "com.firecore.infuse", ); + Executables = ( + "infuse", + ); }; } \ No newline at end of file diff --git a/Infuse/Infuse-tvOS/Makefile b/Infuse/Infuse-tvOS/Makefile index eea5ee5..b9f0bd4 100644 --- a/Infuse/Infuse-tvOS/Makefile +++ b/Infuse/Infuse-tvOS/Makefile @@ -1,5 +1,5 @@ TARGET = appletv:latest:18.3 -ARCHS = arm64 +ARCHS = arm64 arm64e INSTALL_TARGET_PROCESSES = infuse THEOS_PACKAGE_SCHEME = rootless diff --git a/Infuse/Infuse-tvOS/control b/Infuse/Infuse-tvOS/control index 53746bc..e0bc60b 100644 --- a/Infuse/Infuse-tvOS/control +++ b/Infuse/Infuse-tvOS/control @@ -1,6 +1,6 @@ Package: io.infuseteam.infuserootless Name: Infuse (Rootless) -Version: 2.1 +Version: 2.2 Architecture: appletvos-arm64 Description: Unlock the full potential of Infuse Maintainer: Infuse Team