This repository is for creating a Wsa Package with your own desired GApps automatically just with a click!.
- 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.
- 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 :)
- ADeltaX and WSA-Community for their work on WSAGAScript
- transfer.sh
- GitHub for their GitHub Actions