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