mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
sign bundles with jarsign
This commit is contained in:
parent
0a310c9de2
commit
b85a6ba4c4
2
ci.py
2
ci.py
|
@ -74,7 +74,7 @@ def sign_apk_fdroid():
|
|||
|
||||
def sign_bundle():
|
||||
podman_offline(f"{CONTAINER_HOME}/src",
|
||||
f"jarsigner -sigalg SHA256withRSA -digestalg SHA-256 -keystore {CONTAINER_HOME}/google-keystore -signedjar {APP_NAME}-{APP_SEMVER}.aab -storepass:env GOOGLE_KEYSTORE_PASS build/app/outputs/bundle/productionRelease/app-production-release.aab google",
|
||||
f"jarsigner -sigalg SHA256withRSA -digestalg SHA-256 -keystore {CONTAINER_HOME}/google-keystore -signedjar {APP_NAME}-{APP_SEMVER}.aab -storepass:env GOOGLE_KEYSTORE_PASS build/app/outputs/bundle/productionRelease/app-production-release.aab google")
|
||||
|
||||
def package_linux_appimage():
|
||||
podman_online(f"{CONTAINER_HOME}/src", "appimage-builder --recipe appimage.yml")
|
||||
|
|
Loading…
Reference in a new issue