chore(android): add persistent release-signing keystore generator

An Android APK's signature identifies the app to the OS; a new build must
carry the same one as the last install or Android refuses it as an update.
generate-keystore.sh creates the keystore once, interactively, and refuses
to run again once one exists to avoid ever changing it by accident. The
resulting file is git-ignored — it's a secret that must live outside the
repo, backed up separately.
This commit is contained in:
2026-07-02 21:53:53 +02:00
parent 34b4313a36
commit d0037747b5
3 changed files with 104 additions and 0 deletions
+2
View File
@@ -74,6 +74,8 @@ temp/
*.key
*.pfx
*.p12
*.keystore
*.jks
secrets/
# Wallet data and local runtime state