We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0639233 commit ea80483Copy full SHA for ea80483
tools/nuget/CSFML/CSFML.csproj
@@ -15,6 +15,7 @@
15
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
16
<PackageProjectUrl>https://www.sfml-dev.org/</PackageProjectUrl>
17
<PackageIconUrl>https://www.sfml-dev.org/images/sfml-icon.png</PackageIconUrl>
18
+ <PackageIcon>sfml-icon.png</PackageIcon>
19
20
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21
<IncludeBuildOutput>false</IncludeBuildOutput>
@@ -35,6 +36,7 @@
35
36
<ItemGroup>
37
<None Pack="True" Include="runtimes/**" PackagePath="runtimes" />
38
<None Pack="True" Include="build/**" PackagePath="build" />
39
+ <None Pack="True" Include="sfml-icon.png" PackagePath="/" />
40
</ItemGroup>
41
42
</Project>
tools/nuget/CSFML/sfml-icon.png
6.44 KB
0 commit comments