Added stuff

- Attempted to fix the status for when screensharing
- Added the application icon
This commit is contained in:
Diamond Creeper 2024-11-30 21:56:13 +13:00
parent 9330106c24
commit 3a164c5599
38 changed files with 260 additions and 222 deletions

View file

@ -5,10 +5,19 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;x86</Platforms>
<PackageIcon>jellyfin.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
</ItemGroup>
<ItemGroup>
<None Update="assets\jellyfin.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>