Fixed executable zip headers offset (zip -A) (ticket #320)

This commit is contained in:
Phil 2010-08-06 11:53:22 +02:00
parent c4a45a17cc
commit e31a851ca7
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):
break break
f.write(data) f.write(data)
f.close() f.close()
os.system("zip -A '%s'" % fname)
of.close() of.close()
os.unlink(ofname) os.unlink(ofname)
os.chmod(fname,0755) os.chmod(fname,0755)