mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-17 17:28:03 +00:00
build: remove zipalign
Release-As: 0.9.6
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -155,15 +155,6 @@ jobs:
|
||||
- name: Build split APKs
|
||||
run: flutter build apk --release --split-per-abi
|
||||
|
||||
- name: Zipalign APKs for reproducible builds
|
||||
run: |
|
||||
pip install repro-apk
|
||||
APK_DIR=build/app/outputs/flutter-apk
|
||||
for apk in $APK_DIR/app-*-release.apk; do
|
||||
mv "$apk" unaligned.apk
|
||||
python -m repro_apk.zipalign --page-size 16 --pad-like-apksigner --replace unaligned.apk "$apk"
|
||||
done
|
||||
|
||||
- name: Build App Bundle
|
||||
run: flutter build appbundle --release --obfuscate --split-debug-info=build/debug-info-aab
|
||||
- name: Rename artifacts
|
||||
|
||||
Reference in New Issue
Block a user