Various minor tweaks and updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,7 +10,7 @@ will be created.
|
||||
import sys, os, string
|
||||
|
||||
KEEP_TEMPS = 0
|
||||
ISCC = r"C:\TOOLS\InnoSetup2Ex\ISCC.exe %s"
|
||||
ISCC = r"D:\TOOLS\InnoSetup2Ex\ISCC.exe %s"
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
@@ -21,7 +21,7 @@ ISS_Template = r'''
|
||||
AppName = wxPython
|
||||
AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s
|
||||
OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s
|
||||
AppCopyright = Copyright <20> 2001 Total Control Software
|
||||
AppCopyright = Copyright <20> 2002 Total Control Software
|
||||
DefaultDirName = {code:GetInstallDir|c:\DoNotInstallHere}
|
||||
DefaultGroupName = wxPython %(SHORTVER)s for Python %(PYTHONVER)s
|
||||
AlwaysCreateUninstallIcon = yes
|
||||
|
Reference in New Issue
Block a user