Skip to content

Commit 5329965

Browse files
committed
File paths
1 parent bd41342 commit 5329965

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<None Include="../README.md" Pack="true" PackagePath="\" Condition="Exists('../README.md')" />
4141
<!-- Icon -->
4242
<None
43-
Include="../branding/icon.png"
43+
Include="../branding/logo.png"
4444
Pack="true"
4545
PackagePath="\"
46-
Condition="Exists('../branding/icon.png')"
46+
Condition="Exists('../branding/logo.png')"
4747
/>
4848
</ItemGroup>
4949
</Project>

0 commit comments

Comments
 (0)