Skip to content

Commit 9905e73

Browse files
author
AndrewMorgan1
committed
Fixed broken logo build issue
1 parent e6c4add commit 9905e73

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/TokenKit.Core/TokenKit.Core.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
<PackageTags>tokenization;llm;ai;gpt;openai;anthropic;core;flowai;tokenkit</PackageTags>
1515
<RepositoryUrl>https://github.com/AndrewClements84/TokenKit</RepositoryUrl>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17-
<PackageIcon>../TokenKit/logo.png</PackageIcon>
17+
<PackageIcon>../../assets/logo.png</PackageIcon>
1818
<PackageIconUrl></PackageIconUrl>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22+
<None Include="../../assets/logo.png" Pack="true" PackagePath="\" />
2223
<None Include="../../README.md" Pack="true" PackagePath="" />
23-
<None Include="../../assets/logo.png" Pack="true" PackagePath="assets/" />
24-
<None Include="../TokenKit/logo.png" Pack="true" PackagePath="\" />
2524
</ItemGroup>
2625

2726
<ItemGroup>

0 commit comments

Comments
 (0)