Files
sm-emby-share/android/key.properties.example
2026-07-14 11:11:36 +08:00

15 lines
436 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 本地 release 签名配置。
# 复制为 key.properties 并填入你的 keystore 信息。
# key.properties 已被 .gitignore 忽略,不会提交到仓库。
#
# 生成 keystore
# keytool -genkey -v -keystore release.keystore -alias smplayer \
# -keyalg RSA -keysize 2048 -validity 10000
#
# storeFile 路径相对于 android/app/ 目录解析。
storeFile=release.keystore
storePassword=
keyAlias=smplayer
keyPassword=