(svn r1668) -Fixed windows installer (autorail.grf) and a changelog typo
authordarkvater
Tue, 25 Jan 2005 15:43:27 +0000
changeset 1166 18a43f099e76
parent 1165 2cdf7a0e217a
child 1167 d8b7601118cf
(svn r1668) -Fixed windows installer (autorail.grf) and a changelog typo
changelog.txt
os/win32/installer/install.nsi
--- a/changelog.txt	Tue Jan 25 15:38:36 2005 +0000
+++ b/changelog.txt	Tue Jan 25 15:43:27 2005 +0000
@@ -128,7 +128,6 @@
 - Fix: When deleting an order, the next pointer was not cleared, resulting in some unusual behavoir from time to time
 - Fix: You can now also delete automatically found servers by pressing "del"
 - Fix: You should no longer be able to delete bridges on any type of underground when there is a vehicle on it
-- Fix: your loan is now substracted from your company value
 - Add: A brand new set of icons.
 - Change: AutoRenew is now a client-side patch instead of a game-side patch
 - Change: Removed the 'close ALL windows' from the toolbar since shift+del does this.
--- a/os/win32/installer/install.nsi	Tue Jan 25 15:38:36 2005 +0000
+++ b/os/win32/installer/install.nsi	Tue Jan 25 15:43:27 2005 +0000
@@ -66,7 +66,7 @@
 
 !define MUI_FINISHPAGE_RUN "$INSTDIR\openttd.exe"
 !define MUI_FINISHPAGE_LINK "Visit OpenTTD's homepage"
-!define MUI_FINISHPAGE_LINK_LOCATION "http://www.openttd.com/"
+!define MUI_FINISHPAGE_LINK_LOCATION "http://www.openttd.org/"
 !define MUI_FINISHPAGE_NOREBOOTSUPPORT
 !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\readme.txt"
 
@@ -97,11 +97,8 @@
 
 	; Copy data files
 	SetOutPath "$INSTDIR\data\"
-  File ${PATH_ROOT}data\canalsw.grf
-  File ${PATH_ROOT}data\openttd.grf
-  File ${PATH_ROOT}data\opntitle.dat
-  File ${PATH_ROOT}data\signalsw.grf
-  File ${PATH_ROOT}data\trkfoundw.grf
+	File ${PATH_ROOT}data\*.grf
+	File ${PATH_ROOT}data\opntitle.dat
   ; Copy scenario files
 	SetOutPath "$INSTDIR\scenario\"
   File ${PATH_ROOT}scenario\*.scn
@@ -223,6 +220,7 @@
 	Delete "$INSTDIR\INSTALL.LOG"
 	Delete "$INSTDIR\crash.log"
 	Delete "$INSTDIR\openttd.cfg"
+	Delete "$INSTDIR\hs.dat"
 	Delete "$INSTDIR\save\autosave\network*.tmp" ; temporary network file
 
 	; Data files
@@ -231,6 +229,7 @@
 	Delete "$INSTDIR\data\openttd.grf"
 	Delete "$INSTDIR\data\canalsw.grf"
 	Delete "$INSTDIR\data\trkfoundw.grf"
+	Delete "$INSTDIR\data\autorail.grf"
 	Delete "$INSTDIR\data\trg1r.grf"
 	Delete "$INSTDIR\data\trghr.grf"
 	Delete "$INSTDIR\data\trgtr.grf"