We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14132b9 commit 68bcbcbCopy full SHA for 68bcbcb
1 file changed
app/src/main/assets/home/bin/apkeditor_d
@@ -114,7 +114,7 @@ if [ "$DECODEX" == "smali" ];then
114
kout="$(basename $vkn .dex)"
115
mkdir -p "$Tout/smali/$kout"
116
API="$(dexupdater -g "$vkn" -printApi | grep API | awk '{print $2}')"
117
- eval 'baksmali d '$hhhhfdr' --bootclasspath '"$BOOTCLASSPATH"' --api '$API' '"$vkn"' -o '"$Tout/$kout"' '
+ eval 'baksmali d '$hhhhfdr' --bootclasspath '"$BOOTCLASSPATH"' --api '$API' '"$vkn"' -o '"$Tout/smali/$kout"' '
118
check_changes.py "$Tout/smali/$kout" "$Tout/.cache/hash_$kout.json" >/dev/null
119
done
120
fi
0 commit comments