chore: Update CI and docs

This commit is contained in:
robshape 2023-05-05 14:28:58 +02:00
parent 6cbac7df24
commit bd48321265
3 changed files with 8 additions and 10 deletions

View file

@ -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}}

View file

@ -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.
![FinUI](./github/minui-menu-gbc.png) ![FinUI](./github/minui-menu-gbc.png)
@ -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

View file

@ -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 #