From 31f0b9206a559e3d56f452c945930d932adcc87e Mon Sep 17 00:00:00 2001 From: iFuSiiOnzZ Date: Thu, 23 Aug 2018 18:31:28 +0200 Subject: [PATCH] Remove extra double quote from the end of the line --- Util/BuildTools/Package.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Util/BuildTools/Package.bat b/Util/BuildTools/Package.bat index aa3fcd108..7130f2b55 100644 --- a/Util/BuildTools/Package.bat +++ b/Util/BuildTools/Package.bat @@ -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