diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index f5158fd2ab..f7a5d9a14f 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -559,7 +559,8 @@ void XmlResApp::MakePackageZIP(const wxArrayString& flist) wxSetWorkingDirectory(parOutputPath); int execres = wxExecute(wxT("zip -9 -j ") + wxString(flagVerbose ? wxT("\"") : wxT("-q \"")) + - parOutput + wxT("\" ") + files, true); + parOutput + wxT("\" ") + files, + wxEXEC_BLOCK); wxSetWorkingDirectory(cwd); if (execres == -1) {