pascalabcnet/ReleaseGenerators/sect_PluginInternalErrorReport.nsh
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

8 lines
311 B
Plaintext

Section $(DESC_INTERNAL_ERROR_REPORT) InternalErrorReport
SectionIn 1 2
SetOutPath "$INSTDIR"
File "..\bin\ICSharpCode.SharpZipLib.dll"
File "..\bin\InternalErrorReport.dll"
${AddFile} "ICSharpCode.SharpZipLib.dll"
${AddFile} "InternalErrorReport.dll"
SectionEnd