Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 536 Bytes

Custom-GApps.md

File metadata and controls

15 lines (10 loc) · 536 Bytes

How to install custom GApps

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

    ./build.sh --gapps-brand none

    • For OpenGApps

      Place custom OpenGApps to download folder and rename to OpenGApps-{arch}-{variant}.zip (e.g. OpenGApps-x64-pico.zip)

    • For MindTheGapps

      Place custom MindTheGapps to download folder and rename to MindTheGapps-{arch}.zip (e.g. MindTheGapps-x64.zip)

  2. Build WSA offline

    ./build.sh --offline --gapps-brand {brand} --gapps-variant {variant}