File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 30
30
</PropertyGroup >
31
31
32
32
<PropertyGroup Label =" Configure default package info" Condition =" '$(IsLibrary)' == 'True'" >
33
- <PackageIconUrl >https://github.com/ikkentim/SampSharp/raw/master/sampsharp.png</PackageIconUrl >
34
33
<PackageProjectUrl >https://github.com/ikkentim/SampSharp</PackageProjectUrl >
34
+ <PackageIcon >sampsharp.png</PackageIcon >
35
35
<PackageLicenseExpression >MIT</PackageLicenseExpression >
36
36
<PackageTags >gta samp sampsharp</PackageTags >
37
37
<PackageId >$(AssemblyName)</PackageId >
38
38
<Product >$(AssemblyName)</Product >
39
39
<PublishRepositoryUrl >true</PublishRepositoryUrl >
40
40
</PropertyGroup >
41
41
42
+ <ItemGroup Condition =" '$(IsLibrary)' == 'True'" >
43
+ <None Include =" $(MSBuildThisFileDirectory)\art\sampsharp.png" Pack =" true" PackagePath =" \" />
44
+ </ItemGroup >
45
+
42
46
<PropertyGroup Label =" Versioning" >
43
47
<VersionPrefix >0.0.0</VersionPrefix >
44
48
<VersionSuffix >local</VersionSuffix >
You can’t perform that action at this time.
0 commit comments