# Release signing credentials for local builds. # Copy to `keystore.properties` (which is gitignored) and fill in the real values. # These are NEVER committed. CI injects the same values from Gitea Actions secrets. # # cp keystore.properties.example keystore.properties # # The keystore file itself (app/claude-widget-release.keystore) is also gitignored. # Signing identity is unchanged from older builds — same keystore, same alias. storePassword=CHANGE_ME keyPassword=CHANGE_ME keyAlias=claudewidget