mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Exclude vshost executables from packages.
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
<language>en-AU</language>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="*.exe" target="lib\net45\"/>
|
||||
<file src="*.exe" target="lib\net45\" exclude="**vshost**"/>
|
||||
<file src="*.dll" target="lib\net45\"/>
|
||||
<file src="x86\*.dll" target="lib\net45\x86\"/>
|
||||
<file src="x64\*.dll" target="lib\net45\x64\"/>
|
||||
|
Reference in New Issue
Block a user