Skip to content

Commit

Permalink
Debug commit to run workflows, ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenJSJ committed Apr 11, 2024
1 parent 5d7c0c4 commit 1bb7e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions tools/make/package/mint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ fi

ui_print " - Copying Magisk Folder"
ui_print $(pwd)
ls ./magisk_files/
cp -v -r ./magisk_files/* /data/adb/magisk/

# End of Modification
Expand Down
5 changes: 2 additions & 3 deletions usr/magisk/update_magisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ then
echo " - Copying Magisk Folder"
echo $(pwd)
unzip -o "$DIR/magisk.zip" -d app-release
ls
cp -v -r ./app-release/assets/dexopt/ $(pwd)/tools/make/package/magisk_files/
mkdir -p $(pwd)/tools/make/package/magisk_files/dexopt/
cp -v -r ./app-release/assets/dexopt/ $(pwd)/tools/make/package/magisk_files/dexopt/
cp -v -r ./app-release/assets/chromeos/ $(pwd)/tools/make/package/magisk_files/
cp -v ./app-release/assets/util_functions.sh $(pwd)/tools/make/package/magisk_files/
cp -v ./app-release/assets/stub.apk $(pwd)/tools/make/package/magisk_files/
Expand All @@ -52,7 +52,6 @@ then
cp -v ./app-release/lib/arm64-v8a/libmagisk64.so $(pwd)/tools/make/package/magisk_files/magisk64
cp -v ./app-release/lib/armeabi-v7a/libmagisk32.so $(pwd)/tools/make/package/magisk_files/magisk32
cp -v ./app-release/lib/arm64-v8a/libbusybox.so $(pwd)/tools/make/package/magisk_files/busybox
ls $(pwd)/tools/make/package/magisk_files/dexopt/

# End of Modification

Expand Down

0 comments on commit 1bb7e24

Please sign in to comment.