1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:07:52 +08:00

Add missing icon.png entry to nuspec

This is only half of the deployment fix, the other half will be in
`osu-deploy` (making sure the icon is actually in the staging
directory).
This commit is contained in:
Bartłomiej Dach 2024-01-30 12:05:31 +01:00
parent 26d3409fca
commit 6931af664e
No known key found for this signature in database

View File

@ -20,5 +20,6 @@
<file src="**.dll" target="lib\net45\"/>
<file src="**.config" target="lib\net45\"/>
<file src="**.json" target="lib\net45\"/>
<file src="icon.png" target=""/>
</files>
</package>