File tree Expand file tree Collapse file tree
app/src/main/assets/home/etc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1122,8 +1122,8 @@ Troot() {
11221122 patk="$(pm path $v | cut -f2 -d:)"
11231123 patk22="$(pm path "$v" | cut -f2 -d: | head -n1)"
11241124 pathvv="${patk22%/*}"
1125- hcdf="$(echo "$patk" | grep -c "\ .apk"$)"
1126- paptn="$(echo "$patk" | grep "base\ .apk"$)"
1125+ hcdf="$(echo "$patk" | grep -c ".apk"$)"
1126+ paptn="$(echo "$patk" | grep "base.apk"$)"
11271127 if [[ -n "$paptn" ]]; then
11281128 infor="$(apkeditor info -i "$paptn")"
11291129 nameapk="$(echo "$infor" | grep -m1 "AppName" | cut -d\" -f2)"
@@ -1294,7 +1294,7 @@ Generate() {
12941294 fi
12951295 if [ -n "$(ls -1d $PTSD/$FOLDER/*.img 2>/dev/null)" ]; then
12961296 for vv in $PTSD/$FOLDER/*.img; do
1297- echo "mv: ${vv##*/} ➠ $(echo "${vv##*/}" | sed "s|\.img$|\ .PARTITION|")"
1297+ echo "mv: ${vv##*/} ➠ $(echo "${vv##*/}" | sed "s|\\ .img$|.PARTITION|")"
12981298 mv "$vv" "${vv%.*}.PARTITION"
12991299 done
13001300 echo
@@ -1348,7 +1348,7 @@ Generate() {
13481348 [[group.action.params]]
13491349 name = "FOLDER"
13501350 desc = "' $builds_text_1 ' "
1351- options-sh = "findfile file $PTSD platform.conf | sed \"s|/platform\ .conf||\""
1351+ options-sh = "findfile file $PTSD platform.conf | sed \"s|/platform.conf||\""
13521352 required = true
13531353 multiple = true
13541354 '
You can’t perform that action at this time.
0 commit comments