Guest Michael Latman Posted March 17, 2010 Report Posted March 17, 2010 I have run into a situation where I would like to resign an update.zip file after modifying it. Would it be possible for anyone to give me step by step instruction to do this on a mac?
Guest venturerider Posted March 17, 2010 Report Posted March 17, 2010 (edited) See attached. And here is the Unix script I use. HTH. if [ ! -f "$1" ] then echo "$0: Invalid file name." exit 1 fi dest=`basename $1 .zip`-signed.zip java -classpath $HOME/Software-Android/sign/testsign.jar testsign $1 $desttestsign.zip Edited March 17, 2010 by venturerider
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now