mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2025-04-11 12:36:03 -05:00
Compare commits
2 commits
5479faed46
...
3401d50aa6
Author | SHA1 | Date | |
---|---|---|---|
3401d50aa6 | |||
b0cedf0486 |
3 changed files with 7 additions and 7 deletions
|
@ -6,11 +6,11 @@ It uses [Gotify](https://gotify.net), [ntfy.sh](https://ntfy.sh) or
|
|||
Make sure that `Java >=17` is installed and selected as default.
|
||||
|
||||
## Installation
|
||||
Recommended way is to use [`pipx`](https://github.com/pypa/pipx) to install the program.
|
||||
Recommended way is to use [`uv`](https://github.com/astral-sh/uv) to install the program.
|
||||
```
|
||||
pipx install git+https://github.com/SinTan1729/ReVancedBuilder
|
||||
uv tool install git+https://github.com/SinTan1729/ReVancedBuilder
|
||||
```
|
||||
And then you can update/reinstall the program using `pipx reinstall ReVancedBuilder`.
|
||||
And then you can update/reinstall the program using `uv tool update ReVancedBuilder`.
|
||||
## How to use
|
||||
Just run `ReVancedBuilder <working-directory> (force/experimental/checkonly/buildonly)`.
|
||||
|
||||
|
@ -54,7 +54,7 @@ It might be a good idea to set it up to run periodically. There are a few ways o
|
|||
```
|
||||
|
||||
## Notes
|
||||
- If you installed it using `pipx`, you can figure out the full location of the
|
||||
- If you installed it using `uv`, you can figure out the full location of the
|
||||
program by running `which ReVancedBuilder`.
|
||||
- This app needs some config files to run. Download all the config files inside
|
||||
`example_configs` directory, namely `build_config`, `chosen_patches`
|
||||
|
|
|
@ -8,7 +8,7 @@ requires-python = ">=3.6"
|
|||
keywords = ["revanced", "patch"]
|
||||
classifiers = ["Programming Language :: Python :: 3"]
|
||||
dependencies = ["cloudscraper", "requests", "packaging", "bs4"]
|
||||
version = "1.4"
|
||||
version = "1.4.0"
|
||||
|
||||
[project.scripts]
|
||||
ReVancedBuilder = "ReVancedBuilder:ReVancedBuilder"
|
||||
|
|
4
uv.lock
4
uv.lock
|
@ -364,8 +364,8 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "revancedbuilder"
|
||||
version = "1.4"
|
||||
source = { editable = "." }
|
||||
version = "1.4.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "bs4" },
|
||||
{ name = "cloudscraper" },
|
||||
|
|
Loading…
Reference in a new issue