jellyfin / jellyfin-server-windows

The Windows tray app and installer for Jellyfin Server on Windows.
https://jellyfin.org
MIT License
82 stars 28 forks source link

Update for .NET Core 3.1 #11

Closed anthonylavado closed 4 years ago

anthonylavado commented 4 years ago

Update the app to use .NET Core 3.1, and investigate how we can share the runtime files extracted by Jellyfin, to make the app more reliable.

The current self-extract method from .NET Core 3.0 is prone to "losing" files, and this causes the tray app to "stop working".

anthonylavado commented 4 years ago

For reference on the tray app issues:

https://www.reddit.com/r/jellyfin/comments/eg7kf1/the_tray_app_refuses_to_start/fc4vead/

anthonylavado commented 4 years ago

A lot of related work will happen here: https://github.com/jellyfin/jellyfin-server-windows/issues/17