]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix registration of output file.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 22 Mar 2005 22:23:29 +0000 (22:23 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 22 Mar 2005 22:23:29 +0000 (22:23 +0000)
Lib/distutils/command/bdist_wininst.py

index a0335feec7e7425d40313ddffd1e2adf2b4c3aef..5a83226b7897940a4cd29fbf70e034ad04d3d3d6 100644 (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)