mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
BUG: Attempt to fix winzip problems
This commit is contained in:
parent
cf02e44514
commit
c9fd17b884
@ -100,7 +100,7 @@ int cmCPackZIPGenerator::CompressFiles(const char* outFileName,
|
||||
case cmCPackZIPGenerator::StyleWinZip:
|
||||
dmgCmd << "\"" << this->GetOption("CPACK_INSTALLER_PROGRAM")
|
||||
<< "\" -P \"" << outFileName
|
||||
<< "\" @\"" << tempFileName.c_str() << "\"";
|
||||
<< "\" @winZip.filelist";
|
||||
needQuotesInFile = true;
|
||||
break;
|
||||
case cmCPackZIPGenerator::StyleUnixZip:
|
||||
|
Loading…
Reference in New Issue
Block a user