You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
Add aapt bianry
prepare for app name feature
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -13,9 +13,13 @@ initialize() {
|
|||||||
ui_print "! Failed to set id"
|
ui_print "! Failed to set id"
|
||||||
abort
|
abort
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mkdir -p "$MODPATH/system/bin"
|
||||||
|
mv "$MODPATH/bin/$(getprop ro.product.cpu.abi)/aapt" "$COMPATH/aapt"
|
||||||
|
rm -rf "$MODPATH/bin"
|
||||||
|
|
||||||
|
set_perm $COMPATH/aapt 0 2000 0755
|
||||||
set_perm $SCRIPT_DIR/UpdateTargetList.sh 0 2000 0755
|
set_perm $SCRIPT_DIR/UpdateTargetList.sh 0 2000 0755
|
||||||
set_perm $COMPATH/get_denylist.sh 0 2000 0755
|
|
||||||
set_perm $COMPATH/get_exclude-list.sh 0 2000 0755
|
set_perm $COMPATH/get_exclude-list.sh 0 2000 0755
|
||||||
set_perm $COMPATH/get_WebUI.sh 0 2000 0755
|
set_perm $COMPATH/get_WebUI.sh 0 2000 0755
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user