# HG changeset patch # User prock@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1290101295 0 # Node ID 49fb0370f8e1490a6a7ff5ccdc846bf626f03de1 # Parent 3bdb8a11217315d309c2935ae4bb3bca6696d083 * small update to the installer script diff -r 3bdb8a112173 -r 49fb0370f8e1 build/win32/installer/fife.iss --- a/build/win32/installer/fife.iss Mon Nov 15 22:06:56 2010 +0000 +++ b/build/win32/installer/fife.iss Thu Nov 18 17:28:15 2010 +0000 @@ -21,7 +21,7 @@ LicenseFile=license.rtf Compression=lzma SolidCompression=yes -OutputBaseFilename=FIFE_0_3_2_installer_win32 +OutputBaseFilename=FIFE_0.3.2_installer_win32 OutputDir=. DisableReadyPage=yes @@ -55,7 +55,7 @@ Source: "..\..\..\tools\*"; DestDir: "{app}\tools"; Excludes: ".svn"; Flags: ignoreversion recursesubdirs createallsubdirs [Icons] -Name: "{group}\{cm:ProgramOnTheWeb,FIFE}"; Filename: "http://www.fifengine.de/" +Name: "{group}\{cm:ProgramOnTheWeb,FIFE}"; Filename: "http://www.fifengine.net/" Name: "{group}\Copying.txt"; Filename: "notepad.exe"; Parameters: "{app}\doc\Copying.txt" Name: "{group}\Changes.txt"; Filename: "notepad.exe"; Parameters: "{app}\doc\Changes.txt" Name: "{group}\tools\Map Editor"; Filename: "python.exe"; Parameters: """{app}\tools\editor\run.py"""; WorkingDir: "{app}\tools\editor"; Comment: "FIFE Editor"; Components: "tools"