GithubHelp home page GithubHelp logo

revanced-actions-builder's Introduction

ReVanced Actions Builder

This repository builds ReVanced YouTube and YouTube Music APKs, using GitHub Actions.

The APKs built by this system require Vanced MicroG to be installed before installation.

DISCLAIMER: This is not a project I am actively working on or supporting. Use at your own risk.

How it works / How to set it up

The Actions workflow has jobs for each APK that it patches (YouTube and YouTube Music).

The source APKs can be found in sources/. GitHub has file size limits which can be worked around using the Linux commands split and cat. cat is already setup in the YouTube job to work with the output of the following split command: split -b50M <source apk> youtube.apk..

To make sure the same keystore is used every time without exposing it, Actions secrets are utilized with a base64 encoded keystore file. By setting the REVANCED_KEYSTORE_B64 Actions secret to the result of base64 -w 0 <keystore file>, the workflow will automatically use an existing keystore with the ReVanced CLI.

The patched APKs will be available in the artifacts section of the workflow run.

What if I'm on Windows?

The Git Bash shell that is installed along side Git for Windows contains all of the utilities described in this document. As long as you can use the command line, you will be able to create new split APKs and encode your keystore file for use in this system.

License

This project is licensed under the MIT License, which can be found in LICENSE. This license only applies to the content which I have created and not any of the ReVanced sources or the APKs in the code base.

revanced-actions-builder's People

Contributors

brenekh avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

katiehedrick

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.