From 878f40f2eb27f5109cefb4eb12bcce33232f9b72 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 6 Oct 2010 15:10:24 +0000 Subject: [PATCH] Do not add nsis installers to the zip! --- Installers/Zip/Build.Installer.Zip.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installers/Zip/Build.Installer.Zip.csproj b/Installers/Zip/Build.Installer.Zip.csproj index 91ca9d70..fe5a7d95 100644 --- a/Installers/Zip/Build.Installer.Zip.csproj +++ b/Installers/Zip/Build.Installer.Zip.csproj @@ -32,8 +32,8 @@ $(InputPath)**\*.suo; $(InputPath)**\*.pidb; $(InputPath)**\*.userprefs; - $(InputPath)**\opentk-*.zip; - $(InputPath)**\opentk-*.exe; + $(InputPath)**\opentk*.zip; + $(InputPath)**\opentk*.exe; $(InputPath)**\vshost*.exe; ">