Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.19 KB

Windows Subsystem for Android with GApps Automated Workflow

This repository is for creating a Wsa Package with your own desired GApps automatically just with a click!.

Steps for Usage:

  • First of all fork this repo
  • Then, In your-forked-repo, Head over to Actions tab
  • Tap on WSA-GA-Actions at the left side of the page.
  • Tap on 'Run Workflow'
  • Choose your GApps Type and Windows Architecture.
  • Then Tap on Run Workflow and you'll see that there will be workflow being run.
  • Once the Workflow completes successfully, Check the logs and scroll all the way to the bottom, You'll see that there will be a file uploaded with the link starting with transfer.sh. And that's it there you go.

How to install?

  • Extract the downloaded zip, And Open PowerShell as Administrator
  • Run the below command
cd <Your extracted WSA directory here>
Add-AppxPackage -Register AppxManifest.xml
  • And the installation will be done

Please do star my repo, If you've really liked my work :)

Credits