From 2d7901372e7f731f22ed8bb2bf9ca0997ade8c1d Mon Sep 17 00:00:00 2001 From: Bart House Date: Sat, 26 Oct 2019 20:39:24 -0700 Subject: [PATCH] Change ZIP file layout to be flat. --- win/win32/vs2017/travisci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"