mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 01:25:35 +00:00
Do not add nsis installers to the zip!
This commit is contained in:
parent
31a19b7328
commit
878f40f2eb
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue