chore: Update CI and docs
This commit is contained in:
parent
6cbac7df24
commit
bd48321265
3 changed files with 8 additions and 10 deletions
1
.github/workflows/create-release.yaml
vendored
1
.github/workflows/create-release.yaml
vendored
|
|
@ -51,5 +51,6 @@ jobs:
|
||||||
uses: ncipollo/release-action@v1.12.0
|
uses: ncipollo/release-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
artifacts: "releases/*b-0-full.zip"
|
artifacts: "releases/*b-0-full.zip"
|
||||||
|
makeLatest: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
tag: ${{steps.tag_version.outputs.new_tag}}
|
tag: ${{steps.tag_version.outputs.new_tag}}
|
||||||
|
|
|
||||||
13
README.md
13
README.md
|
|
@ -1,8 +1,8 @@
|
||||||
# FinUI
|
# FinUI
|
||||||
|
|
||||||
FinUI is a fork of [MinUI](https://github.com/shauninman/union-minui). MinUI is a
|
FinUI is a fork of [MinUI](https://github.com/shauninman/union-minui/). MinUI is
|
||||||
focused custom launcher for the Anbernic RG35XX. FinUI adds additional features on
|
a focused custom launcher for the Anbernic RG35XX. FinUI adds additional features
|
||||||
top of MinUI.
|
on top of MinUI.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -46,7 +46,7 @@ top of MinUI.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- [Docker Desktop](https://docker.com/products/docker-desktop)
|
- [Docker Desktop](https://docker.com/products/docker-desktop/)
|
||||||
|
|
||||||
### Build project
|
### Build project
|
||||||
|
|
||||||
|
|
@ -56,6 +56,7 @@ Run `./start-toolchain.sh` and then `make all` in the Docker container shell.
|
||||||
|
|
||||||
- Adjust overclocking and CPU usage (to maximize battery life)
|
- Adjust overclocking and CPU usage (to maximize battery life)
|
||||||
- Improve battery capacity reading accuracy
|
- Improve battery capacity reading accuracy
|
||||||
|
- Show battery percentage number overlay
|
||||||
- [...things in the old todo?...](./todo.txt)
|
- [...things in the old todo?...](./todo.txt)
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
@ -66,7 +67,3 @@ out of, or in connection with this software, the use of this software, or other
|
||||||
dealings with this software.
|
dealings with this software.
|
||||||
|
|
||||||
Use at your own risk.
|
Use at your own risk.
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
@robshape @guiburi
|
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@ steps that this guide does not cover yet.
|
||||||
- A new 64GB microSD card from a reputable brand
|
- A new 64GB microSD card from a reputable brand
|
||||||
- The official Anbernic RG355XX firmware (35XX-64GB230309EN.IMG)
|
- The official Anbernic RG355XX firmware (35XX-64GB230309EN.IMG)
|
||||||
- A FinUI release
|
- A FinUI release
|
||||||
- A user account with administrator privileges (https://support.apple.com/guide/mac-help/change-users-groups-settings-mtusr001/mac)
|
- A user account with administrator privileges (https://support.apple.com/guide/mac-help/change-users-groups-settings-mtusr001/mac/)
|
||||||
- Full Disk Access for the app "Terminal" (https://support.apple.com/guide/mac-help/change-privacy-security-settings-on-mac-mchl211c911f/13.0/mac/13.0)
|
- Full Disk Access for the app "Terminal" (https://support.apple.com/guide/mac-help/change-privacy-security-settings-on-mac-mchl211c911f/13.0/mac/13.0/)
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Install FinUI #
|
# Install FinUI #
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue