Skip to content

Commit

Permalink
Fix missing .config files from nuspec.
Browse files Browse the repository at this point in the history
These are required to correctly redirect dll dependencies.
  • Loading branch information
peppy committed Mar 4, 2017
1 parent 7db319d commit 65699eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osu.Desktop/osu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 65699eb

Please sign in to comment.