Skip to content

Commit

Permalink
Fix package logo problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jan 24, 2025
1 parent 141f976 commit 3813784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions CubeKit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eng", "eng", "{CED2FD51-11B
eng\AdditionalFiles.props = eng\AdditionalFiles.props
eng\CurrentVersion.props = eng\CurrentVersion.props
eng\GlobalUsings.cs = eng\GlobalUsings.cs
eng\PackageLogo.png = eng\PackageLogo.png
eng\PackageMetadata.props = eng\PackageMetadata.props
eng\SharedCodeMapping.props = eng\SharedCodeMapping.props
eng\Tooling.props = eng\Tooling.props
Expand Down
11 changes: 3 additions & 8 deletions eng/PackageMetadata.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<PackageIcon>PackageLogo.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="$(BuildDirectory)\PackageLogo.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<None Include="$(RootDirectory)\README.md">
<Pack>True</Pack>
Expand All @@ -33,9 +27,10 @@
</ItemGroup>

<ItemGroup>
<None Update="$(BuildDirectory)\PackageLogo.png">
<Content Include="$(BuildDirectory)\PackageLogo.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</Content>
</ItemGroup>
</Project>

0 comments on commit 3813784

Please sign in to comment.