calabash-android 0.4.0.pre9 → 0.4.0.pre10
Sign up to get free protection for your applications and to get access to all the features.
@@ -89,7 +89,8 @@ end
|
|
89
89
|
|
90
90
|
def fingerprint_from_keystore
|
91
91
|
keystore_info = read_keystore_info
|
92
|
-
cmd = "#{keytool_path} -v -list -alias #{keystore_info["keystore_alias"]} -keystore #{keystore_info["keystore_location"]} -storepass #{keystore_info["keystore_password"]}"
|
92
|
+
cmd = "#{keytool_path} -v -list -alias #{keystore_info["keystore_alias"]} -keystore \"#{keystore_info["keystore_location"]}\" -storepass #{keystore_info["keystore_password"]}"
|
93
|
+
|
93
94
|
log cmd
|
94
95
|
fingerprints = `#{cmd}`
|
95
96
|
md5_fingerprint = extract_md5_fingerprint(fingerprints)
|
Binary file
|