Do not add nsis installers to the zip!

This commit is contained in:
the_fiddler 2010-10-06 15:10:24 +00:00
parent 31a19b7328
commit 878f40f2eb

View file

@ -32,8 +32,8 @@
$(InputPath)**\*.suo; $(InputPath)**\*.suo;
$(InputPath)**\*.pidb; $(InputPath)**\*.pidb;
$(InputPath)**\*.userprefs; $(InputPath)**\*.userprefs;
$(InputPath)**\opentk-*.zip; $(InputPath)**\opentk*.zip;
$(InputPath)**\opentk-*.exe; $(InputPath)**\opentk*.exe;
$(InputPath)**\vshost*.exe; $(InputPath)**\vshost*.exe;
"> ">
<Output TaskParameter="Include" ItemName="FileList" /> <Output TaskParameter="Include" ItemName="FileList" />