Add tutorial for installing custom OpenGApps

This commit is contained in:
Howard Wu 2022-09-03 11:56:58 +08:00
parent d0cb48c214
commit 59ec04b2c3
2 changed files with 10 additions and 0 deletions

7
Custom-OpenGApps.md Normal file
View File

@ -0,0 +1,7 @@
# How to install custom OpenGApps
1. Build WSA without gapps to let the script download needed files
`./build --gapps-brand none`
1. Place custom OpenGApps to `download` folder and rename to `OpenGApps-{arch}-{variant}.zip` (e.g. `OpenGApps-x64-pico.zip`)
1. Build WSA offline
`./build --offline --gapps-variant {variant}`

View File

@ -75,6 +75,9 @@
- How can I get rid of Magisk?
Choose `none` as the root solution.
- How to install custom OpenGApps?
[Tutorial](./Custom-OpenGApps.md)
## Credits