From: Robin Dunn Date: Sat, 24 Aug 2002 21:44:30 +0000 (+0000) Subject: Changed installer base filename X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/54f07ec450b42553cd80d00eec72df6ed5a4d4e7 Changed installer base filename git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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