fix: conflicting

25.9.2
TheSillyStever 2025-08-27 20:00:58 +02:00
parent 658b2a1ced
commit d8c4faf04c
1 changed files with 3 additions and 2 deletions

View File

@ -61,10 +61,11 @@ jobs:
run: python scripts/patcher.py --experimental "${{ inputs.experimental }}"
# prevents java.util.zip.ZipException: duplicate entry: stamp-cert-sha256
- name: Remove original signature
- name: Remove conflicting original files
run: |
rm -rf apk_workdir/original/META-INF
rm -rf apk_workdir/original/stamp-cert-sha256
rm -f apk_workdir/original/AndroidManifest.xml
rm -f apk_workdir/original/stamp-cert-sha256
- name: Rebuild APK
run: apktool b apk_workdir -c --use-aapt2 -o rebuilt_unsigned.apk