diff --git a/.github/workflows/manual-patch.yml b/.github/workflows/manual-patch.yml index 536c27e..77501a4 100644 --- a/.github/workflows/manual-patch.yml +++ b/.github/workflows/manual-patch.yml @@ -25,6 +25,7 @@ on: - 'Revanced Extended Android 6,7' - 'Revanced Extended Android 5' - 'BiliRoamingM' + - 'Scrazzz Patches' - 'Dropped Patches - indrastorms' - 'Revanced Experiments' workflow_call: @@ -351,6 +352,26 @@ jobs: id: release-BiliRoamingM if: steps.check-gh-BiliRoamingM.outputs.internet_error == '0' uses: ./.github/actions/release + patch_scrazzz_Patches: + name: Scrazzz Patches Revanced + if: ${{ github.event.inputs.org == 'Scrazzz Patches' || inputs.org == 'Scrazzz Patches' }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4.2.2 + - name: Preparing to patch + uses: ./.github/actions/preparing + - name: Check github connection + id: check-gh-scrazzz-patches + run: bash src/etc/connection.sh + - name: Patch apk + id: patch-scrazzz-patches + if: steps.check-gh-scrazzz-patches.outputs.internet_error == '0' + run: bash src/build/scrazzz-revanced.sh + - name: Releasing APK files + id: release-scrazzz-patches + if: steps.check-gh-scrazzz-patches.outputs.internet_error == '0' + uses: ./.github/actions/release patch_Dropped_Patches: name: Dropped Patches Revanced - indrastorms if: ${{ github.event.inputs.org == 'Dropped Patches - indrastorms' || inputs.org == 'Dropped Patches - indrastorms' }} diff --git a/README.md b/README.md index 822ea8d..7cdcefb 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,15 @@ Web version: --- + +### [Solid Explorer File Manager](https://play.google.com/store/apps/details?id=pl.solidexplorer2) + +### [scrazzz](https://github.com/scrazzz/my-revanced-patches) + +[Arm64-v8a](../../releases/download/all/solid-explorer-arm64-v8a-scrazzz.apk ) + +--- + ### [Nova Launcher:](https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher) ### [Dropped Patches by indrastorms:](https://github.com/indrastorms/Dropped-Patches) @@ -508,6 +517,13 @@ Web version: +
+ scrazzz + +[Patches](https://github.com/scrazzz/my-revanced-patches) - [GPL-3.0](https://github.com/scrazzz/my-revanced-patches/blob/main/LICENSE) + +
+ [Markdown Badges](https://github.com/Ileriayo/markdown-badges) - [MIT](https://github.com/Ileriayo/markdown-badges/blob/master/LICENSE) [pup](https://github.com/ericchiang/pup) - [MIT](https://github.com/ericchiang/pup/blob/master/LICENSE) diff --git a/src/build/scrazzz-revanced.sh b/src/build/scrazzz-revanced.sh new file mode 100644 index 0000000..ec12cc4 --- /dev/null +++ b/src/build/scrazzz-revanced.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# scrazzz build +source ./src/build/utils.sh +################################################# +# Download requirements +dl_gh "revanced-cli" "revanced" "v4.6.0" +dl_gh "my-revanced-patches" "scrazzz" "prerelease" +################################################# +# Patch Soild Explorer arm64-v8a: +get_patches_key "Soild-Explorer" +get_apk "pl.solidexplorer2" "solid-explorer-arm64-v8a" "solid-explorer-beta" "neatbytes/solid-explorer-beta/solid-explorer-file-manager" "arm64-v8a" +patch "solid-explorer-arm64-v8a" "scrazzz" diff --git a/src/patches/Soild-Explorer/exclude-patches b/src/patches/Soild-Explorer/exclude-patches new file mode 100644 index 0000000..e69de29 diff --git a/src/patches/Soild-Explorer/include-patches b/src/patches/Soild-Explorer/include-patches new file mode 100644 index 0000000..e69de29