mirror of
https://github.com/driftywinds/YT-builds.git
synced 2026-01-08 19:47:56 +00:00
Compare commits
12 Commits
v19.41.41-
...
v20.12.38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2172f07a6a | ||
|
|
33c95d433e | ||
|
|
1955a2440b | ||
|
|
ce7b7ef2db | ||
|
|
1af5ec71c6 | ||
|
|
a02306bc13 | ||
|
|
265e64aef9 | ||
|
|
45db517a0f | ||
|
|
06e4a9734d | ||
|
|
27a69f6d35 | ||
|
|
45c75ac078 | ||
|
|
575a8cc086 |
19
.github/workflows/alt.yml
vendored
Normal file
19
.github/workflows/alt.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Sync repo to the Codeberg mirror
|
||||
name: Mirror Sync
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
workflow_dispatch: # Manual dispatch
|
||||
schedule:
|
||||
- cron: "0 */6 * * *"
|
||||
jobs:
|
||||
codeberg:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: pixta-dev/repository-mirroring-action@v1
|
||||
with:
|
||||
target_repo_url: "git@codeberg.org:driftywinds/yt-builds.git"
|
||||
ssh_private_key: ${{ secrets.CODEBERG_SSH }}
|
||||
31
README.md
31
README.md
@@ -2,18 +2,23 @@
|
||||
Repository for the releases of Youtube ReVanced builds compiled from ReVanced Manager with custom branding for identification.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> NEW: - I have an F-Droid repo available [here](https://files.drifty.win/repo/) as a backup in case GitHub ever takes this repository down. It includes YT Music builds too.
|
||||
> **You need GmsCore (or otherwise called microG) to use this app. You can find it [here](https://github.com/ReVanced/GmsCore/releases/latest).**
|
||||
|
||||
> I have an F-Droid repo available [here](https://files.drifty.win/repo/) as a backup in case GitHub ever takes this repository down. It includes YT Music builds too.
|
||||
|
||||
> [!TIP]
|
||||
> Builds are also availble on my Telegram channel [here](https://t.me/YTRXbuilds).
|
||||
|
||||
[](https://img.shields.io/github/downloads/driftywinds/YT-builds/total?style=for-the-badge) [](https://img.shields.io/github/downloads/driftywinds/YT-builds/latest/total?style=for-the-badge)
|
||||
|
||||
<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png" width="200" height="60">
|
||||
[<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png"
|
||||
alt="Get it on Obtanium"
|
||||
height="75">](https://github.com/driftywinds/yt-builds/releases)
|
||||
|
||||
[<img src="https://upload.wikimedia.org/wikipedia/commons/9/96/%22Get_it_on_F-droid%22_Badge.png"
|
||||
alt="Get it on F-Droid"
|
||||
height="75">](https://files.drifty.win/repo/)
|
||||
|
||||
For people looking for YouTube Music builds: - [driftywinds/ytm-builds](https://github.com/driftywinds/ytm-builds)
|
||||
|
||||
[](https://github.com/driftywinds/ytm-builds)
|
||||
|
||||
The options.json file has been altered for custom branding but all credits go to inotia00 and the ReVanced Team for the original ReVanced and ReVanced Extended patches. I simply compile builds and release them here for convinience, please do not file issues because I will not be able to solve them.
|
||||
|
||||
@@ -25,6 +30,22 @@ Finally, under no circumstance do I mean to not credit the original author of th
|
||||
|
||||
----
|
||||
|
||||
Some other projects of mine: -
|
||||
|
||||
[<img src="https://stats.drifty.win/api/pin?username=driftywinds&repo=ytm-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515"
|
||||
alt="YTM builds"
|
||||
height="120">](https://github.com/driftywinds/ytm-builds)
|
||||
|
||||
[<img src="https://stats.drifty.win/api/pin?username=driftywinds&repo=mixplorer-releases&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515"
|
||||
alt="MiXplorer Releases"
|
||||
height="120">](https://github.com/driftywinds/mixplorer-releases)
|
||||
|
||||
[<img src="https://stats.drifty.win/api/pin?username=driftywinds&repo=balatro-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515"
|
||||
alt="Balatro builds"
|
||||
height="120">](https://github.com/driftywinds/balatro-builds)
|
||||
|
||||
----
|
||||
|
||||
## Star History
|
||||
|
||||
[](https://star-history.com/#driftywinds/yt-builds&Date)
|
||||
|
||||
Reference in New Issue
Block a user