mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 01:39:22 +00:00
Shrink Images
This commit is contained in:
parent
bc88bf3872
commit
c7953b52bb
1 changed files with 4 additions and 4 deletions
8
.github/workflows/magisk.yml
vendored
8
.github/workflows/magisk.yml
vendored
|
@ -241,13 +241,13 @@ jobs:
|
|||
- name: Shrink images
|
||||
run: |
|
||||
e2fsck -yf ${{ matrix.arch }}/system.img
|
||||
resize2fs ${{ matrix.arch }}/system.img
|
||||
resize2fs -M ${{ matrix.arch }}/system.img
|
||||
e2fsck -yf ${{ matrix.arch }}/vendor.img
|
||||
resize2fs ${{ matrix.arch }}/vendor.img
|
||||
resize2fs -M ${{ matrix.arch }}/vendor.img
|
||||
e2fsck -yf ${{ matrix.arch }}/product.img
|
||||
resize2fs ${{ matrix.arch }}/product.img
|
||||
resize2fs -M ${{ matrix.arch }}/product.img
|
||||
e2fsck -yf ${{ matrix.arch }}/system_ext.img
|
||||
resize2fs ${{ matrix.arch }}/system_ext.img
|
||||
resize2fs -M ${{ matrix.arch }}/system_ext.img
|
||||
- name: Remove signature
|
||||
run: |
|
||||
rm -rf ${{ matrix.arch }}/\[Content_Types\].xml ${{ matrix.arch }}/AppxBlockMap.xml ${{ matrix.arch }}/AppxSignature.p7x ${{ matrix.arch }}/AppxMetadata
|
||||
|
|
Loading…
Add table
Reference in a new issue