mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-13 07:05:10 +01:00
parent
c80ded4a5d
commit
75423d94dd
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -292,7 +292,7 @@ jobs:
|
||||
wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- --strip-component=2 '*/${{ matrix.arch }}/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 {} \;
|
||||
sudo find system/system/priv-app -exec chcon --reference=system/system/priv-app {} \;
|
||||
- name: Integrate GApps
|
||||
if: ${{ github.event.inputs.gapps_variant != 'none' && github.event.inputs.gapps_variant != '' }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user