From 54f07ec450b42553cd80d00eec72df6ed5a4d4e7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 24 Aug 2002 21:44:30 +0000 Subject: [PATCH] Changed installer base filename git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/make_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index d6fbbe81c4..a5f3358202 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -20,7 +20,7 @@ ISS_Template = r''' [Setup] AppName = wxPython AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s -OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s +OutputBaseFilename = wxPythonWIN32-%(VERSION)s-%(PYVER)s AppCopyright = Copyright © 2002 Total Control Software DefaultDirName = {code:GetInstallDir|c:\DoNotInstallHere} DefaultGroupName = wxPython %(SHORTVER)s for Python %(PYTHONVER)s -- 2.50.0