File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66get_base_dir # Returns execution directory path in $BD variable
77# get_net_stat
88check_compat 7.2.22
9+ HOUDINI_ARCH=x86_64
10+ HOUDINI_API=30
911# ####--- Import Functions ---#####
1012
1113# Ensure compatible GearLock version
@@ -35,12 +37,12 @@ geco "[INFO] -SDK: $SDK"
3537geco " [INFO] -Platform: $SYSTEM_ARCH "
3638
3739# Ensure Android version
38- if test " $SDK " < " 30 " ; then
40+ if test " $SDK " < " $HOUDINI_API " ; then
3941 geco " \n[!!!] This package only supports Android11." && exit 101
4042fi
4143
4244# Ensure Device Architecture
43- if test " $SYSTEM_ARCH " ! = " x86_64 " ; then
45+ if test " $SYSTEM_ARCH " ! = " $HOUDINI_ARCH " ; then
4446 geco " \n[!!!] Unsupport Platform: -$SYSTEM_ARCH ;This package only supports x86_64 devices!" && exit 101
4547fi
4648
You can’t perform that action at this time.
0 commit comments