Skip to content

Commit 68bcbcb

Browse files
committed
Update
1 parent 14132b9 commit 68bcbcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/assets/home/bin/apkeditor_d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if [ "$DECODEX" == "smali" ];then
114114
kout="$(basename $vkn .dex)"
115115
mkdir -p "$Tout/smali/$kout"
116116
API="$(dexupdater -g "$vkn" -printApi | grep API | awk '{print $2}')"
117-
eval 'baksmali d '$hhhhfdr' --bootclasspath '"$BOOTCLASSPATH"' --api '$API' '"$vkn"' -o '"$Tout/$kout"' '
117+
eval 'baksmali d '$hhhhfdr' --bootclasspath '"$BOOTCLASSPATH"' --api '$API' '"$vkn"' -o '"$Tout/smali/$kout"' '
118118
check_changes.py "$Tout/smali/$kout" "$Tout/.cache/hash_$kout.json" >/dev/null
119119
done
120120
fi

0 commit comments

Comments
 (0)