File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ case "$1" in
152152 ls -1d * /archive-info.json 2> /dev/null | sed ' s|^\(.*\)/archive-info.json$|\1\|\1 (apkeditor)|'
153153 ;;
154154
155- forapkt)
156- ls -1d * /apktool.yml | sed ' s|/apktool.yml||g'
157- ;;
158-
159155 forapex)
160156 ls -1d * /apex_infor.ini | sed ' s|/apex_infor.ini||g'
161157 ;;
Original file line number Diff line number Diff line change @@ -1146,7 +1146,7 @@ slog copysign "$copysign"
11461146slog redivdd "$redivdd"
11471147IFS=$' " '\n'" '
11481148for vbapk in $FOLDER; do
1149- if [ -f "$vbapk/archive-info.json" ]; then
1149+ if [ -f "$APK/$PTAH/$ vbapk/archive-info.json" ]; then
11501150 apkeditor_b -i "$APK/$PTAH/$vbapk" -o "$PTAD/out" -s "$sign" -n "$sstring" -d "$xoatm" -x "$comlib" -r "$redivdd"
11511151 else
11521152 apktool_b -i "$APK/$PTAH/$vbapk" -o "$PTAD/out" -c "$copysign" -s "$sign" -n "$sstring" -d "$xoatm" -r "$redivdd" -x "$comlib"
You can’t perform that action at this time.
0 commit comments