mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Use SetupWizard from GSI to avoid crashing (#109)
Fix #102. Fix LSPosed/LSPosed#1447
This commit is contained in:
parent
16ecbee62c
commit
2d3fcf6d64
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -140,7 +140,7 @@ jobs:
|
||||
if: ${{ github.event.inputs.gapps_variant != 'none' && github.event.inputs.gapps_variant != '' }}
|
||||
run: |
|
||||
mkdir gapps
|
||||
unzip -p gapps.zip {Core,GApps}/'*.lz' | tar --lzip -C gapps -xvf - -i --strip-components=2 --exclude='setupwizardtablet-x86_64' --exclude='packageinstallergoogle-all' --exclude='speech-common' --exclude='markup-lib-arm' --exclude='markup-lib-arm64' --exclude='markup-all'
|
||||
unzip -p gapps.zip {Core,GApps}/'*.lz' | tar --lzip -C gapps -xvf - -i --strip-components=2 --exclude='setupwizardtablet-x86_64' --exclude='packageinstallergoogle-all' --exclude='speech-common' --exclude='markup-lib-arm' --exclude='markup-lib-arm64' --exclude='markup-all' --exclude='setupwizarddefault-x86_64'
|
||||
|
||||
e2fsck -yf ${{ matrix.arch }}/system.img
|
||||
resize2fs ${{ matrix.arch }}/system.img $(( $(du -sB512 gapps | cut -f1) + $(du -sB512 ${{ matrix.arch }}/system.img | cut -f1) ))s
|
||||
|
BIN
arm64/gapps/priv-app/SetupWizard/SetupWizard.apk
Normal file
BIN
arm64/gapps/priv-app/SetupWizard/SetupWizard.apk
Normal file
Binary file not shown.
BIN
x64/gapps/priv-app/SetupWizard/SetupWizard.apk
Normal file
BIN
x64/gapps/priv-app/SetupWizard/SetupWizard.apk
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user