diff --git a/template/Makefile b/template/Makefile index 2b8db12..5f51864 100644 --- a/template/Makefile +++ b/template/Makefile @@ -1,8 +1,5 @@ -# If you want to compile for arm64e, you'll need a macOS device or a arm64e device that's able to compile for arm64e. -# Once done that, uncomment the "#arm64e" by removing the "#" - # THEOS_DEVICE_IP = 127.0.0.1 -p 2222 # install to device from pc -ARCHS = arm64 #arm64e +ARCHS = arm64 arm64e DEBUG = 0 FINALPACKAGE = 1 FOR_RELEASE = 1 diff --git a/template/versionCheck.sh b/template/versionCheck.sh index ec51885..851431a 100755 --- a/template/versionCheck.sh +++ b/template/versionCheck.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION='0.6.8' +VERSION='0.6.9' # Don't remove the above line. Serves as the version this script will fetch. Only update when a new version is out. ERROR='\033[1;31m[*] Error:\033[1;37m '