mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Windows Builds Fail Due to NSSM Being Missing #1015
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anthonylavado on GitHub (Oct 29, 2019).
Originally assigned to: @anthonylavado on GitHub.
Describe the bug
Windows releases depend on NSSM being available for the installer to build. Right now, nssm.cc is down, again. It's not the first time it has happened, and it probably won't be the last.
Next Steps
While we still depend on it, we should find a suitable mirror (or host one ourselves) for NSSM. Later on, we should explore alternate solutions, until we can get to something agreeable with the main application itself.
Possible Mirrors:
Possible Alternatives:
Related to #1039.