Skip to content

Commit

Permalink
Fix nuget icon paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pergerch committed May 14, 2020
1 parent 87f841f commit 9b4e732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FocusInit/FocusInit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageTags>tool, scaffolding, code-style, code-quality</PackageTags>
<PackageProjectUrl>https://github.com/SpatialFocus/FocusInit</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/SpatialFocus/FocusInit/master/docs/icon.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/SpatialFocus/FocusInit.git</RepositoryUrl>
Expand All @@ -30,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<None Include="docs\icon.png" Pack="true" PackagePath="\" />
<None Include="..\..\docs\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9b4e732

Please sign in to comment.