Fix for packaging on repo directories with spaces
This commit is contained in:
parent
3b68c88f70
commit
a0e8006e68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue