1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Fix missing .config files from nuspec.

These are required to correctly redirect dll dependencies.
This commit is contained in:
Dean Herbert 2017-03-05 02:48:44 +09:00
parent 7db319d384
commit 65699eb39d
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -17,7 +17,8 @@
</metadata>
<files>
<file src="*.exe" target="lib\net45\" exclude="**vshost**"/>
<file src="*.dll" target="lib\net45\"/>
<file src="*.dll" target="lib\net45\"/>
<file src="*.config" target="lib\net45\"/>
<file src="x86\*.dll" target="lib\net45\x86\"/>
<file src="x64\*.dll" target="lib\net45\x64\"/>
</files>