Skip to content

Commit

Permalink
Merge remote-tracking branch 'source/main' into source
Browse files Browse the repository at this point in the history
  • Loading branch information
wxy1343 committed Sep 3, 2022
2 parents 6c7102d + f09e4f4 commit d52ab9e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Custom-OpenGApps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# How to install custom OpenGApps

1. Build WSA without gapps to let the script download needed files

`./build.sh --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.sh --offline --gapps-variant {variant}`
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ default(){
exit_with_message(){
echo "ERROR: $1"
usage
abort
exit 1
}

usage(){
Expand Down

0 comments on commit d52ab9e

Please sign in to comment.