1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 15:27:30 +08:00

Copy icons to nuget and install package

Don't ask me why this uses the folder for .NET Framework 4.5
This commit is contained in:
Susko3 2024-02-08 00:23:46 +01:00
parent 7864810fc9
commit dfa0c51bc8

View File

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