diff --git a/Installers/Nsis/opentk.nsi b/Installers/Nsis/opentk.nsi index b1e9275b..32b4f02a 100644 --- a/Installers/Nsis/opentk.nsi +++ b/Installers/Nsis/opentk.nsi @@ -164,7 +164,7 @@ 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 + SetOutPath $INSTDIR\Source\Examples File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source\Examples SectionEnd