新增(Jellyfin): 为 Shooter 和 Thunder 插件添加图标并配置编译输出

This commit is contained in:
Meiam
2025-12-23 13:49:52 +08:00
parent 72ca0c5c39
commit 0761c11a69
5 changed files with 12 additions and 0 deletions

BIN
.gitignore vendored

Binary file not shown.

View File

@@ -15,6 +15,12 @@
<PackageReference Include="Jellyfin.Controller" Version="10.11.5" />
</ItemGroup>
<ItemGroup>
<None Update="thumb.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="Copy $(TargetDir)$(TargetFileName) $(SolutionDir)$(ConfigurationName)\$(TargetFileName) /y&#xD;&#xA;" />
</Target>

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -15,6 +15,12 @@
<PackageReference Include="Jellyfin.Controller" Version="10.11.5" />
</ItemGroup>
<ItemGroup>
<None Update="thumb.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="Copy $(TargetDir)$(TargetFileName) $(SolutionDir)$(ConfigurationName)\$(TargetFileName) /y&#xD;&#xA;" />
</Target>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB