2014-02-10 01:10:30 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2014-03-14 01:57:24 +00:00
|
|
|
jarsigner -digestalg SHA1 -sigalg MD5withRSA -verbose -keystore /home/luis/Downloads/carnavalguachin.keystore -storepass 12345678 "$1" momoselacome
|
2014-02-10 01:10:30 +00:00
|
|
|
|
|
|
|
echo ""
|
|
|
|
echo ""
|
|
|
|
echo "Checking if APK is verified..."
|
|
|
|
jarsigner -verify "$1" -verbose -certs
|
|
|
|
|