try travis pre-release zip build again with update powershell command

This commit is contained in:
nhmall
2019-10-29 17:54:58 -04:00
parent 76dadab568
commit feaaa93451

View File

@@ -32,4 +32,4 @@ cd src
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"