Change-Id: Ie099e392ce0362b18352f4bf328996b36c487b83
elseif regexp(archive_in,"/\.zip$/","o") <> [] then
if getos() == 'Windows' then
- extract_cmd = getshortpathname(pathconvert(SCI+"/tools/zip/unzip.exe",%F));
+ extract_cmd = """" + getshortpathname(pathconvert(SCI+"/tools/zip/unzip.exe",%F)) + """";
else
extract_cmd = "unzip";
end