mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-23 05:59:55 +00:00
Add icon for Jellyfin Windows build (#10997)
Add icon to make it easier for Windows users to recognize. This requires dotnet 8 or newer. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
07b9c85f14
commit
64ce3c8411
@ -12,12 +12,17 @@
|
||||
<ServerGarbageCollection>false</ServerGarbageCollection>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<ApplicationIcon>Jellyfin.Server.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\SharedVersion.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="Jellyfin.Server.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources/Configuration/*" />
|
||||
</ItemGroup>
|
||||
|
BIN
Jellyfin.Server/Jellyfin.Server.ico
Normal file
BIN
Jellyfin.Server/Jellyfin.Server.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Loading…
Reference in New Issue
Block a user