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
1 changed files with 1 additions and 0 deletions

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>