Change ZIP file layout to be flat.

This commit is contained in:
Bart House
2019-10-26 20:39:24 -07:00
parent 401d6d7f86
commit 2d7901372e

View File

@@ -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"