Remove extra double quote from the end of the line

This commit is contained in:
iFuSiiOnzZ 2018-08-23 18:31:28 +02:00
parent 4f3986500d
commit 31f0b9206a
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ if %DO_TARBALL%==true (
if exist "!SRC_PATH!CarlaUE4/Saved" rmdir /S /Q "!SRC_PATH!CarlaUE4/Saved"
if exist "!SRC_PATH!Engine/Saved" rmdir /S /Q "!SRC_PATH!Engine/Saved"
pushd "!SRC_PATH!""
pushd "!SRC_PATH!"
rem https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/compress-archive?view=powershell-6
powershell -command "& { Compress-Archive -Path * -CompressionLevel Fastest -DestinationPath '!DST_ZIP!' }"
popd