YT-Advanced / WSA-Script

Integrate Magisk root and Google Apps into WSA (Windows Subsystem for Android) with GitHub Actions
https://YT-Advanced.github.io/WSA-Script/
GNU Affero General Public License v3.0
828 stars 169 forks source link

Custom WSA Build #573

Closed rushiranpise closed 1 year ago

rushiranpise commented 1 year ago

--arch x64 --release-type RP --magisk-ver stable --gapps-brand MindTheGapps --root-sol kernelsu --custom-model cheetah --compress-format 7z --remove-amazon

github-actions[bot] commented 1 year ago

deleted

rushiranpise commented 1 year ago

@YT-Advanced i had few queries

  1. why --magisk-ver stable is required if --root-sol is none/kernelsu
  2. can you make --root-sol selection before --magisk-ver and make --magisk-ver dependent on -root-sol like if -root-sol = magisk then user can select options for --magisk-ver or its disabled if none/kernelsu
s1204IT commented 1 year ago

https://github.com/YT-Advanced/WSA-Script/blob/96aa211/scripts/build.sh#L668

This is because it is necessary to rewrite SELinux policy.

rushiranpise commented 1 year ago

96aa211/scripts/build.sh#L668

This is because it is necessary to rewrite SELinux policy.

Alright, thanks for the information 👍

rushiranpise commented 1 year ago

delete builds