update release script

This commit is contained in:
Pavel Stupnikov
2016-04-02 02:53:45 +03:00
parent 4c774dab00
commit 63ec6c693e
2 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ This is usable for any OpenTTD servers
== CHANGELOG ==
*** 1.6.0 (3 Apr 2016) ***
*** 1.6.0 (2 Apr 2016) ***
- Added active stations highlight to town zoning. Outlines stations that have been serviced in last ~50 days (as in checks for authority rating and town growth rate).
- Fixed next counter in town window (was always showing -1 in case of custom growth rate). Also show * after GR value for a custom rate (set by GameScript or server patch).
- Detailed station ratings tooltip (hover over rating in station window).

View File

@@ -1,7 +1,7 @@
TMP="/tmp/cmclient"
WIN="/var/run/media/pavels/F8040EC2040E843A/novattd"
VER="1.5.3"
CMVER="1.5.3"
WIN="/var/run/media/pavels/F8040EC2040E843A/cmclient"
VER="1.6.0"
CMVER="1.6.0"
TMP_SRC="$TMP/openttd-$VER"
DIR=`pwd`
SRC_RELEASE_FNAME="$DIR/citymania-client-$CMVER-source.zip"
@@ -10,9 +10,9 @@ RELEASE64_FNAME="$DIR/citymania-client-$CMVER-win64.zip"
RELEASE_DIFF="$DIR/citymania-client-$CMVER.diff"
EXE32="$WIN/objs/Win32/Release/openttd.exe"
EXE64="$WIN/objs/x64/Release/openttd.exe"
rm $SRC_RELEASE_FNAME
rm $RELEASE_FNAME
rm $RELEASE64_FNAME
rm -f $SRC_RELEASE_FNAME
rm -f $RELEASE_FNAME
rm -f $RELEASE64_FNAME
rm -rf $TMP
set -e