stop release script on error

This commit is contained in:
Pavel Stupnikov
2016-01-05 16:27:55 +03:00
parent 8411c91f19
commit 2003466a4e

View File

@@ -14,6 +14,9 @@ rm $SRC_RELEASE_FNAME
rm $RELEASE_FNAME
rm $RELEASE64_FNAME
rm -rf $TMP
set -e
cp $EXE32 $DIR/openttd.exe
cp $EXE64 $DIR/openttd64.exe
mkdir $TMP