From 173147eb3db68a9e36bcc4da441c30d6ea16bf3c Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Sat, 26 May 2012 03:29:13 +0000 Subject: [PATCH] Update for 0.88b. --- build_data.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build_data.sh b/build_data.sh index 67486b4e1..1016ad491 100755 --- a/build_data.sh +++ b/build_data.sh @@ -19,7 +19,7 @@ # data1.cab and data1.hdr from the original 1st CDROM # Heroes3.snd from the original 2nd CDROM # the WoG release v3.58f: allinone_358f.zip -# the VCMI distribution: vcmi_086.rar +# the VCMI distribution: vcmi_088b.7z # Usage: put this script and the 4 data files into the same directory # and run the script. @@ -112,7 +112,7 @@ rm -rf temp mkdir temp cd temp -unzip ../vcmi_086.zip +7zr x ../vcmi_088b.7z find . -name "*.dll" | xargs rm -f find . -name "*.DLL" | xargs rm -f @@ -122,8 +122,6 @@ rm -f AUTHORS ChangeLog license.txt Microsoft.VC90.CRT.manifest rm -rf MP3 rm -rf Games -mv sprites Sprites - # Tree is clean. Move extracted files to their final destination cp -a . $DESTDIR