mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
Update customize.sh
This commit is contained in:
parent
8e7a489b00
commit
45ac4ff034
@ -12,6 +12,9 @@ elif [ $ARCH = "arm64" ]; then
|
||||
elif [ $ARCH = "x86" ]; then
|
||||
ARCH_LIB=x86
|
||||
alias cmpr='$MODPATH/bin/x86/cmpr'
|
||||
elif [ $ARCH = "x64" ]; then
|
||||
ARCH_LIB=x86_64
|
||||
alias cmpr='$MODPATH/bin/x64/cmpr'
|
||||
else
|
||||
abort "ERROR: unsupported arch: ${ARCH}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user