diff --git a/Installers/Nsis/opentk.nsi b/Installers/Nsis/opentk.nsi index a5c77ad5..ed1a3a7b 100644 --- a/Installers/Nsis/opentk.nsi +++ b/Installers/Nsis/opentk.nsi @@ -164,6 +164,8 @@ Section "Core library" SEC01 SetOutPath $INSTDIR File /r /x *.vshost.exe /x *.vshost.exe.manifest /x *.log ..\..\Binaries File /r /x .svn /x obj /x Source /x Source\*.* ..\..\Documentation + SetOutPath $INSTDIR\Source + File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source\Examples SectionEnd Section "Source code" SEC02