Fix registration of output file.
This commit is contained in:
parent
be435bf3c8
commit
24ff83d5f3
|
@ -163,7 +163,7 @@ class bdist_wininst (Command):
|
||||||
# create an exe containing the zip-file
|
# create an exe containing the zip-file
|
||||||
self.create_exe(arcname, fullname, self.bitmap)
|
self.create_exe(arcname, fullname, self.bitmap)
|
||||||
self.distribution.dist_files.append(('bdist_wininst',
|
self.distribution.dist_files.append(('bdist_wininst',
|
||||||
self.get_installer_filename()))
|
self.get_installer_filename(fullname)))
|
||||||
# remove the zip-file again
|
# remove the zip-file again
|
||||||
log.debug("removing temporary file '%s'", arcname)
|
log.debug("removing temporary file '%s'", arcname)
|
||||||
os.remove(arcname)
|
os.remove(arcname)
|
||||||
|
|
Loading…
Reference in New Issue