diff --git a/Custom-OpenGApps.md b/Custom-OpenGApps.md index e51bcbe..8a42afe 100644 --- a/Custom-OpenGApps.md +++ b/Custom-OpenGApps.md @@ -2,8 +2,8 @@ 1. Build WSA without gapps to let the script download needed files - `./build --gapps-brand none` + `./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 --offline --gapps-variant {variant}` + `./build.sh --offline --gapps-variant {variant}`