mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
add Soild Explorer
This commit is contained in:
21
.github/workflows/manual-patch.yml
vendored
21
.github/workflows/manual-patch.yml
vendored
@@ -25,6 +25,7 @@ on:
|
|||||||
- 'Revanced Extended Android 6,7'
|
- 'Revanced Extended Android 6,7'
|
||||||
- 'Revanced Extended Android 5'
|
- 'Revanced Extended Android 5'
|
||||||
- 'BiliRoamingM'
|
- 'BiliRoamingM'
|
||||||
|
- 'Scrazzz Patches'
|
||||||
- 'Dropped Patches - indrastorms'
|
- 'Dropped Patches - indrastorms'
|
||||||
- 'Revanced Experiments'
|
- 'Revanced Experiments'
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@@ -351,6 +352,26 @@ jobs:
|
|||||||
id: release-BiliRoamingM
|
id: release-BiliRoamingM
|
||||||
if: steps.check-gh-BiliRoamingM.outputs.internet_error == '0'
|
if: steps.check-gh-BiliRoamingM.outputs.internet_error == '0'
|
||||||
uses: ./.github/actions/release
|
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:
|
patch_Dropped_Patches:
|
||||||
name: Dropped Patches Revanced - indrastorms
|
name: Dropped Patches Revanced - indrastorms
|
||||||
if: ${{ github.event.inputs.org == 'Dropped Patches - indrastorms' || inputs.org == 'Dropped Patches - indrastorms' }}
|
if: ${{ github.event.inputs.org == 'Dropped Patches - indrastorms' || inputs.org == 'Dropped Patches - indrastorms' }}
|
||||||
|
|||||||
16
README.md
16
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)
|
### [Nova Launcher:](https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher)
|
||||||
|
|
||||||
### [Dropped Patches by indrastorms:](https://github.com/indrastorms/Dropped-Patches)
|
### [Dropped Patches by indrastorms:](https://github.com/indrastorms/Dropped-Patches)
|
||||||
@@ -508,6 +517,13 @@ Web version:
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>scrazzz</summary>
|
||||||
|
|
||||||
|
[Patches](https://github.com/scrazzz/my-revanced-patches) - [GPL-3.0](https://github.com/scrazzz/my-revanced-patches/blob/main/LICENSE)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
[Markdown Badges](https://github.com/Ileriayo/markdown-badges) - [MIT](https://github.com/Ileriayo/markdown-badges/blob/master/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)
|
[pup](https://github.com/ericchiang/pup) - [MIT](https://github.com/ericchiang/pup/blob/master/LICENSE)
|
||||||
|
|||||||
12
src/build/scrazzz-revanced.sh
Normal file
12
src/build/scrazzz-revanced.sh
Normal file
@@ -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"
|
||||||
0
src/patches/Soild-Explorer/exclude-patches
Normal file
0
src/patches/Soild-Explorer/exclude-patches
Normal file
0
src/patches/Soild-Explorer/include-patches
Normal file
0
src/patches/Soild-Explorer/include-patches
Normal file
Reference in New Issue
Block a user