Fix registration of output file.

This commit is contained in:
Martin v. Löwis 2005-03-22 22:23:29 +00:00
parent be435bf3c8
commit 24ff83d5f3
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class bdist_wininst (Command):
# create an exe containing the zip-file
self.create_exe(arcname, fullname, self.bitmap)
self.distribution.dist_files.append(('bdist_wininst',
self.get_installer_filename()))
self.get_installer_filename(fullname)))
# remove the zip-file again
log.debug("removing temporary file '%s'", arcname)
os.remove(arcname)