From: nhmall Date: Wed, 30 Oct 2019 20:21:04 +0000 (-0400) Subject: Merge branch 'NetHack-3.6' into travis_test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8adadb1e2a3b064c40db0ba563c2a0ce6cd9f0a5;p=nethack Merge branch 'NetHack-3.6' into travis_test --- 8adadb1e2a3b064c40db0ba563c2a0ce6cd9f0a5 diff --cc win/win32/vs2017/travisci.sh index 6aca7cace,812f4cdd8..9ce04b4d9 --- a/win/win32/vs2017/travisci.sh +++ b/win/win32/vs2017/travisci.sh @@@ -32,6 -32,4 +32,6 @@@ cd sr cp ../sys/winnt/Makefile.msc ./Makefile nmake install cd .. - powershell -Command "Compress-Archive -U -Path binary/*.* -DestinationPath $TRAVIS_TAG.x86.zip" + powershell -Command "Compress-Archive -U -Path binary/* -DestinationPath $TRAVIS_TAG.x86.zip" + +