Commit b4aa8281 by sikang

bug fix

parent 4a8843ca
...@@ -163,7 +163,7 @@ elif (($commod == '21')) ...@@ -163,7 +163,7 @@ elif (($commod == '21'))
then then
cd ../../ cd ../../
. gradle.properties . gradle.properties
keytool -exportcert -alias ${signing_keyAlias} -keystore "app/${signing_certificate}" -keypass "${signing_keyAlias}" -storepass "${signing_keyAlias}" | openssl sha1 -binary | openssl base64 keytool -exportcert -alias ${signing_keyAlias} -keystore "app/${signing_certificate}" -storepass "${signing_keyAlias}" | openssl sha1 -binary | openssl base64
elif (($commod == '10000')) elif (($commod == '10000'))
......
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