Change ZIP file layout to be flat.
This commit is contained in:
@@ -30,4 +30,4 @@ cd src
|
|||||||
cp ../sys/winnt/Makefile.msc ./Makefile
|
cp ../sys/winnt/Makefile.msc ./Makefile
|
||||||
nmake install
|
nmake install
|
||||||
cd ..
|
cd ..
|
||||||
powershell -Command "Compress-Archive -U -LiteralPath binary -DestinationPath NetHack.zip"
|
powershell -Command "Compress-Archive -U -Path binary/*.* -DestinationPath NetHack.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user