mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6427] [MERGED] Disable UseAppHost in portable deployment #10952
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6427
Author: @winterqt
Created: 8/15/2021
Status: ✅ Merged
Merged: 8/15/2021
Merged by: @joshuaboniface
Base:
master← Head:patch-1📝 Commits (1)
890e997Disable UseAppHost in portable deployment📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
deployment/build.portable(+1 -1)📄 Description
Changes
This disables
UseAppHostin portable deployments, which builds an unnecessaryx86_64-linuxbinary, which does not work without the .NET Core runtime.Per Microsoft:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.