From a0e8006e6857aab651329be802eea781ca0f695c Mon Sep 17 00:00:00 2001 From: x1nixmzeng Date: Wed, 14 Feb 2018 21:34:20 +0000 Subject: [PATCH] Fix for packaging on repo directories with spaces --- GatherArtifacts.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GatherArtifacts.bat b/GatherArtifacts.bat index b0dd749be..edb3b2d2b 100644 --- a/GatherArtifacts.bat +++ b/GatherArtifacts.bat @@ -2,9 +2,9 @@ @if "%1"=="" goto no_arg -@set ZIP_APP=%cd%\import\7za\7za.exe -@set BUILD_PATH=%cd%\build\win32\%1\ -@set ARTIFACT_PATH=%cd%\export\%1.zip +@set ZIP_APP="%cd%\import\7za\7za.exe" +@set BUILD_PATH="%cd%\build\win32\%1\" +@set ARTIFACT_PATH="%cd%\export\%1.zip" :: Add generic resources @call %ZIP_APP% u %ARTIFACT_PATH% COPYING