Skip to content

Commit 2bfddaf

Browse files
authored
Fix icon path for opencvsharp.png in project file
1 parent 145d972 commit 2bfddaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget/OpenCvSharp4.official.runtime.linux-x64.slim.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
<ItemGroup>
2323
<None Include="libOpenCvSharpExtern.so" Pack="true" PackagePath="runtimes/linux-x64/native" />
24-
<None Include="icon\opencvsharp.png" Pack="true" PackagePath="" />
24+
<None Include="icon/opencvsharp.png" Pack="true" PackagePath="" />
2525
</ItemGroup>
2626
</Project>

0 commit comments

Comments
 (0)