From 57e202b25622a2cc7386516785371ffe140cf7db Mon Sep 17 00:00:00 2001 From: darkvater Date: Tue, 14 Sep 2004 18:19:29 +0000 Subject: (svn r251) -Project ready for 0.3.4 release. Updated installer, readme and fileinformation -Fix: warning on release build of strgen --- os/win32/installer/install.nsi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'os') diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index cb27e7b3d..e1340e803 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -1,7 +1,7 @@ ; Define your application name !define APPNAME "OpenTTD" -!define APPNAMEANDVERSION "OpenTTD 0.3.3.0" -!define APPVERSION "0.3.3.0" +!define APPNAMEANDVERSION "OpenTTD 0.3.4.0" +!define APPVERSION "0.3.4.0" !define INSTALLERVERSION 11 BrandingText "OpenTTD Installer" @@ -9,7 +9,7 @@ BrandingText "OpenTTD Installer" ; Version Info Var AddWinPrePopulate -VIProductVersion "0.3.3.0" +VIProductVersion "${APPVERSION}" VIAddVersionKey "ProductName" "OpenTTD Installer" VIAddVersionKey "Comments" "Installs ${APPNAMEANDVERSION}" VIAddVersionKey "CompanyName" "OpenTTD Developers" @@ -97,22 +97,22 @@ Section "!OpenTTD" Section1 ; 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\openttd.grf - File ${PATH_ROOT}data\canalsw.grf - File ${PATH_ROOT}ReleasePNG\ttd.map + File ${PATH_ROOT}data\trkfoundw.grf ; Copy the rest of the stuff SetOutPath "$INSTDIR\" ;Copy text files File ${PATH_ROOT}changelog.txt -; File "gpl.txt" + File ${PATH_ROOT}COPYING File ${PATH_ROOT}readme.txt ; Copy executable - File /oname=openttd.exe ${PATH_ROOT}ReleasePNG\openttd.exe + File /oname=openttd.exe ${PATH_ROOT}Release\openttd.exe File ${PATH_ROOT}strgen\Release\strgen.exe @@ -212,8 +212,7 @@ Section Uninstall Delete "$INSTDIR\readme.txt" Delete "$INSTDIR\openttd.exe" Delete "$INSTDIR\strgen.exe" - Delete "$INSTDIR\data\ttd.map" - Delete "$INSTDIR\gpl.txt" + Delete "$INSTDIR\COPYING" Delete "$INSTDIR\INSTALL.LOG" Delete "$INSTDIR\crash.log" Delete "$INSTDIR\openttd.cfg" @@ -223,6 +222,7 @@ Section Uninstall Delete "$INSTDIR\data\signalsw.grf" Delete "$INSTDIR\data\openttd.grf" Delete "$INSTDIR\data\canalsw.grf" + Delete "$INSTDIR\data\trkfoundw.grf" Delete "$INSTDIR\data\trg1r.grf" Delete "$INSTDIR\data\trghr.grf" Delete "$INSTDIR\data\trgtr.grf" -- cgit v1.2.3-54-g00ecf