mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
One more verification fix
This commit is contained in:
parent
9c8161adf1
commit
b3f3710e92
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def main():
|
|||
print "Failed to unpack local build of " + apkfilename
|
||||
sys.exit(1)
|
||||
if subprocess.call(['jar', 'xf', os.path.join("..", "..", remoteapk)],
|
||||
cwd=thisdir) != 0:
|
||||
cwd=thatdir) != 0:
|
||||
print "Failed to unpack remote build of " + apkfilename
|
||||
sys.exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue