From f17541156ee1cafb973457d0577d0a3318b1c6d4 Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Sun, 15 Dec 2013 23:07:56 +0100 Subject: [PATCH] Added Dependencies folder to Nsis installer --- Installers/Nsis/opentk.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installers/Nsis/opentk.nsi b/Installers/Nsis/opentk.nsi index 299afe6f..08ab0944 100644 --- a/Installers/Nsis/opentk.nsi +++ b/Installers/Nsis/opentk.nsi @@ -162,6 +162,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 + File /r ..\..\Dependencies 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 @@ -172,7 +173,7 @@ Section "Source code" SEC02 File /r /x .svn ..\..\*.csproj File ..\..\*.sln File ..\..\OpenTK.snk - File /r /x .svn /x obj /x opentk /x opentk-actual.* /x *.exe /x *.msi /x *.deb /x *.rpm /x *.zip ..\..\Installers + File /r /x .svn /x obj /x lib /x bin /x opentk /x opentk-actual.* /x *.exe /x *.msi /x *.deb /x *.rpm /x *.zip /x *.nupkg ..\..\Installers SectionEnd Section -AdditionalIcons