Fix GtkSharp nuget icon
This commit is contained in:
parent
7077095b86
commit
762f5fd6d9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<PackageIconUrl>https://raw.githubusercontent.com/cra0zy/GtkSharp/Source/Libs/GtkSharp/Icon.png</PackageIconUrl>
|
||||
<PackageIconUrl>https://raw.githubusercontent.com/cra0zy/GtkSharp/develop/Source/Libs/GtkSharp/Icon.png</PackageIconUrl>
|
||||
<PackageProjectUrl>https://github.com/cra0zy/GtkSharp</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/cra0zy/GtkSharp</RepositoryUrl>
|
||||
<Description>GtkSharp is a C# wrapper for the Gtk library.</Description>
|
||||
|
@ -41,4 +41,4 @@
|
|||
<Content Include="linux-x64\libgtk-3-0.dll.so" PackagePath="runtimes\linux-x64\native" Visible="false" />
|
||||
<Content Include="linux-arm\libgtk-3-0.dll.so" PackagePath="runtimes\linux-arm\native" Visible="false" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue