mirror of
https://github.com/driftywinds/YTM-builds.git
synced 2026-01-10 20:54:19 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9d847511c | ||
|
|
4400df98a5 | ||
|
|
f2acc59a77 | ||
|
|
1ed381f379 | ||
|
|
ab990eda31 | ||
|
|
3cb53d1a17 |
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/ytm-builds.git"
|
||||
ssh_private_key: ${{ secrets.CODEBERG_SSH }}
|
||||
33
README.md
33
README.md
@@ -1,19 +1,24 @@
|
||||
# Youtube Music Revanced (including forks) builds releases
|
||||
Repository for the releases of Youtube Music 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 YouTube builds too.
|
||||
> [!IMPORTANT]
|
||||
> **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 YouTube builds too.
|
||||
|
||||
> [!TIP]
|
||||
> Builds are also availble on my Telegram channel [here](https://t.me/YTRXbuilds).
|
||||
|
||||
[](https://img.shields.io/github/downloads/driftywinds/YTM-builds/total?style=for-the-badge) [](https://img.shields.io/github/downloads/driftywinds/YTM-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/ytm-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 builds: - [driftywinds/yt-builds](https://github.com/driftywinds/yt-builds)
|
||||
|
||||
[](https://github.com/driftywinds/yt-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.
|
||||
|
||||
@@ -23,6 +28,22 @@ Remember the best way to get the ReVanced apks are to compile them yourself, but
|
||||
|
||||
Finally, under no circumstance do I mean to not credit the original author of the patches, integrations and the builder [inotia00](https://github.com/inotia00) and the authors of the original patches [ReVanced Team](https://github.com/ReVanced) who have put in their hardwork to establish this pipeline for the masses. My goal is to provide the builds in good faith for people who are unable to do so themselves as I had been privately doing for friends and family already.
|
||||
|
||||
---
|
||||
|
||||
Some other projects of mine: -
|
||||
|
||||
[<img src="https://stats.drifty.win/api/pin?username=driftywinds&repo=yt-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515"
|
||||
alt="YT builds"
|
||||
height="120">](https://github.com/driftywinds/yt-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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user