changeset 679:49fb0370f8e1

* small update to the installer script
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 18 Nov 2010 17:28:15 +0000
parents 3bdb8a112173
children 60621d858548
files build/win32/installer/fife.iss
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"