mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 00:10:29 +03:00
Merge commit 'refs/merge-requests/91' of git://gitorious.org/f-droid/fdroidserver into merge-requests/91
This commit is contained in:
commit
9606e6e4a8
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ def main():
|
|||
|
||||
# Sign the application...
|
||||
p = subprocess.Popen(['jarsigner', '-keystore', keystore,
|
||||
'-storepass', keystorepass, '-keypass', keypass,
|
||||
'-storepass', keystorepass, '-keypass', keypass, '-sigalg',
|
||||
'MD5withRSA', '-digestalg', 'SHA1',
|
||||
apkfile, keyalias], stdout=subprocess.PIPE)
|
||||
output = p.communicate()[0]
|
||||
print output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue