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)**\*.pidb;
$(InputPath)**\*.userprefs;
$(InputPath)**\opentk-*.zip;
$(InputPath)**\opentk-*.exe;
$(InputPath)**\opentk*.zip;
$(InputPath)**\opentk*.exe;
$(InputPath)**\vshost*.exe;
">
<Output TaskParameter="Include" ItemName="FileList" />