mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-13 07:05:10 +01:00
Add webview overlay
This commit is contained in:
parent
651318fd63
commit
b99b97fe15
3
.github/workflows/magisk.yml
vendored
3
.github/workflows/magisk.yml
vendored
@ -207,13 +207,14 @@ jobs:
|
||||
EOF
|
||||
- name: Fix External Storage
|
||||
run: |
|
||||
wget -O- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- --strip-component=2 '*/x64/*'
|
||||
wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- --strip-component=2 '*/x64/system/*'
|
||||
sudo find system/system/priv-app -type d -exec chmod 0755 {} \;
|
||||
sudo find system/system/priv-app -type f -exec chmod 0644 {} \;
|
||||
sudo find system/system/priv-app -type d -exec chcon --reference=system/system/priv-app {} \;
|
||||
- name: Integrate GApps
|
||||
if: ${{ github.event.inputs.gapps_variant != 'none' && github.event.inputs.gapps_variant != '' }}
|
||||
run: |
|
||||
wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- --strip-component=2 '*/x64/gapps/*'
|
||||
sudo cp -r gapps/{app,etc,framework,priv-app} system/system
|
||||
sudo cp -r gapps/product/* system/product/
|
||||
|
||||
|
BIN
arm64/gapps/product/overlay/GoogleWebViewOverlay.apk
Normal file
BIN
arm64/gapps/product/overlay/GoogleWebViewOverlay.apk
Normal file
Binary file not shown.
BIN
x64/gapps/product/overlay/GoogleWebViewOverlay.apk
Normal file
BIN
x64/gapps/product/overlay/GoogleWebViewOverlay.apk
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user