Commit e26c1ba1 by sikang

script bug fix

parent 72afcfbb
...@@ -77,7 +77,7 @@ class Function: ...@@ -77,7 +77,7 @@ class Function:
os.system(command) os.system(command)
# 更新签名配置 # 更新签名配置
jks_path = "../%s.keystore" % key_name jks_path = "../jks/%s.keystore" % key_name
reset = { reset = {
"signing_keyAlias": key_name, "signing_keyAlias": key_name,
"signing_certificate": jks_path, "signing_certificate": jks_path,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment