mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
One more verification fix
This commit is contained in:
parent
9c8161adf1
commit
b3f3710e92
@ -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…
Reference in New Issue
Block a user