diff --git a/win/win32/vs2017/travisci.sh b/win/win32/vs2017/travisci.sh index 6b21a45d4..09b4b9822 100644 --- a/win/win32/vs2017/travisci.sh +++ b/win/win32/vs2017/travisci.sh @@ -30,4 +30,4 @@ cd src cp ../sys/winnt/Makefile.msc ./Makefile nmake install cd .. -powershell -Command "Compress-Archive -U -LiteralPath binary -DestinationPath NetHack.zip" +powershell -Command "Compress-Archive -U -Path binary/*.* -DestinationPath NetHack.zip"