Skip to content

Commit

Permalink
Fix magiskinit missing, due to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenJSJ committed Apr 11, 2024
1 parent 2ace76b commit 910e5dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/magisk/update_magisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ then
cp ./app-release/lib/arm64-v8a/libmagisk64.so $(pwd)/tools/make/package/magisk_files/magisk64
cp ./app-release/lib/armeabi-v7a/libmagisk32.so $(pwd)/tools/make/package/magisk_files/magisk32
cp ./app-release/lib/arm64-v8a/libbusybox.so $(pwd)/tools/make/package/magisk_files/busybox
cp ./app-release/lib/arm64-v8a/libmagiskinit.so $(pwd)/tools/make/package/magisk_files/magiskinit

# End of Modification

Expand Down

0 comments on commit 910e5dc

Please sign in to comment.