Skip to content

Commit 9b4e732

Browse files
committed
Fix nuget icon paths
1 parent 87f841f commit 9b4e732

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/FocusInit/FocusInit.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageTags>tool, scaffolding, code-style, code-quality</PackageTags>
1616
<PackageProjectUrl>https://github.com/SpatialFocus/FocusInit</PackageProjectUrl>
1717
<PackageIcon>icon.png</PackageIcon>
18+
<PackageIconUrl>https://raw.githubusercontent.com/SpatialFocus/FocusInit/master/docs/icon.png</PackageIconUrl>
1819
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1920
<RepositoryType>git</RepositoryType>
2021
<RepositoryUrl>https://github.com/SpatialFocus/FocusInit.git</RepositoryUrl>
@@ -30,7 +31,7 @@
3031
</ItemGroup>
3132

3233
<ItemGroup>
33-
<None Include="docs\icon.png" Pack="true" PackagePath="\" />
34+
<None Include="..\..\docs\icon.png" Pack="true" PackagePath="\" />
3435
</ItemGroup>
3536

3637
<ItemGroup>

0 commit comments

Comments
 (0)