From 8c237f1e42e55dbf12adb5ab921e0f2017e4f036 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Sat, 3 Sep 2022 12:00:59 +0800 Subject: [PATCH] Update Custom-OpenGApps.md --- Custom-OpenGApps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}`