Ability to use pre-release on GitHub

This commit is contained in:
Nikhil Badyal
2024-03-28 21:59:31 +05:30
committed by Nikhil Badyal
parent c93ee92624
commit d34b34bb37
3 changed files with 38 additions and 17 deletions
+15 -3
View File
@@ -296,9 +296,21 @@ You can use any of the following methods to build.
With the config tool will try to patch YouTube with resources from inotia00 while other global resource will used
for patching other apps.<br>
If you have want to provide resource locally in the apks folder. You can specify that by mentioning filename
prefixed with `local://`.
*Note* - The link provided must be DLs. Unless they are from GitHub.
*Note* - Some of the patch source like inotia00 still provides **-** seperated patches while revanced shifted to
prefixed with `local://`.<br>
*Note* - The link provided must be DLs. Unless they are from GitHub.<br>
*Note* - If your patches resource are available on GitHub and you want to select latest resource without excluding
pre-release you can add `latest-prerelease` to the URL.
Example:
```dotenv
YOUTUBE_PATCHES_DL=https://github.com/inotia00/revanced-patches/releases/latest-prerelease
```
For above example tool while selecting latest patches will consider pre-releases/beta too.
```dotenv
YOUTUBE_PATCHES_DL=https://github.com/inotia00/revanced-patches/releases/latest
```
For above example tool while selecting latest patches will exclude any pre-release/beta ie. will consider only
stable releases..<br>
*Note* - Some of the patch source like inotia00 still provides **-** separated patches while revanced shifted to
Space formatted patches. Use `SPACE_FORMATTED_PATCHES` to define the type of patches.
8. <a id="global-keystore-file-name"></a>If you don't want to use default keystore. You can provide your own by