We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba59e9 commit 7c498b8Copy full SHA for 7c498b8
build.sh
@@ -14,6 +14,7 @@ read_main_config
14
if ((COMPRESSION_LEVEL > 9)) || ((COMPRESSION_LEVEL < 1)); then abort "compression-level must be from 1 to 9"; fi
15
if [ "$UPDATE_PREBUILTS" = true ]; then get_prebuilts; else set_prebuilts; fi
16
if [ "$BUILD_MINDETACH_MODULE" = true ]; then : >$PKGS_LIST; fi
17
+mkdir -p revanced-magisk/bin/arm64 revanced-magisk/bin/arm
18
get_cmpr
19
20
log "**App Versions:**"
0 commit comments