From f877bb6b219332d23edda2c6f69f6b0ba97a9807 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 6 Oct 2010 13:09:42 +0000 Subject: [PATCH] Do not package zip files or data generated by the zip installer. --- Installers/Nsis/opentk.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/Nsis/opentk.nsi b/Installers/Nsis/opentk.nsi index 32b4f02a..1fb1be5a 100644 --- a/Installers/Nsis/opentk.nsi +++ b/Installers/Nsis/opentk.nsi @@ -174,7 +174,7 @@ Section "Source code" SEC02 File /r /x .svn ..\..\*.csproj File ..\..\*.sln File ..\..\OpenTK.snk - File /r /x .svn /x obj /x opentk-actual.* /x *.exe /x *.msi /x *.deb /x *.rpm ..\..\Installers + File /r /x .svn /x obj /x opentk /x opentk-actual.* /x *.exe /x *.msi /x *.deb /x *.rpm /x *.zip ..\..\Installers SectionEnd Section "OpenAL drivers" SEC03