ENH: fix line length
This commit is contained in:
parent
5beb1da7f7
commit
771997c556
|
@ -338,7 +338,8 @@ void cmCPackNSISGenerator::CreateMenuLinks( cmOStringStream& str,
|
|||
else
|
||||
{
|
||||
str << " WriteINIStr \"$SMPROGRAMS\\$STARTMENU_FOLDER\\"
|
||||
<< linkName << ".url\" \"InternetShortcut\" \"URL\" \"" << sourceName << "\""
|
||||
<< linkName << ".url\" \"InternetShortcut\" \"URL\" \""
|
||||
<< sourceName << "\""
|
||||
<< std::endl;
|
||||
deleteStr << " Delete \"$SMPROGRAMS\\$MUI_TEMP\\" << linkName
|
||||
<< ".url\"" << std::endl;
|
||||
|
|
Loading…
Reference in New Issue