1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Exclude vshost executables from packages.

This commit is contained in:
Dean Herbert 2017-02-13 21:33:48 +09:00
parent 9d5a984e80
commit 5c6e895644

View File

@ -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\"/>