mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #1692] [MERGED] NSIS improvements #8677
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8677
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/1692
Author: @EraYaN
Created: 8/31/2019
Status: ✅ Merged
Merged: 9/9/2019
Merged by: @anthonylavado
Base:
master← Head:nsis-installer-updates📝 Commits (3)
b2e4682Much better, but still broken9779a6fFixed the problems and finished the NSIS installer.e243e52Added changes to CI for setup building.📊 Changes
13 files changed (+650 additions, -295 deletions)
View changed files
📝
.ci/azure-pipelines.yml(+50 -22)📝
.gitignore(+4 -0)📝
deployment/windows/build-jellyfin.ps1(+57 -31)📝
deployment/windows/dependencies.txt(+1 -0)➕
deployment/windows/dialogs/confirmation.nsddef(+24 -0)➕
deployment/windows/dialogs/confirmation.nsdinc(+61 -0)➕
deployment/windows/dialogs/service-config.nsddef(+13 -0)➕
deployment/windows/dialogs/service-config.nsdinc(+56 -0)➕
deployment/windows/helpers/ShowError.nsh(+10 -0)➕
deployment/windows/helpers/StrSlash.nsh(+47 -0)📝
deployment/windows/jellyfin.nsi(+327 -242)📝
deployment/windows/legacy/install-jellyfin.ps1(+0 -0)📝
deployment/windows/legacy/install.bat(+0 -0)📄 Description
Changes
Split out config options into separate steps, instead of sections, added images, more robust service upgrading and account management (win10 service account can be added)
Use command (first time):
.\deployment\windows\build-jellyfin.ps1 -InstallFFMPEG -InstallNSSM -MakeNSISThis does no longer downloads NSIS, assumes it's in the path.
Use command (later):
.\deployment\windows\build-jellyfin.ps1 -MakeNSIS -SkipJellyfinBuildThis assumes
jellyfin-uxwith my PR checkouts next to the main repo, this is configurable.I have an example setup, but it's too large for GitHub. EDIT: https://dev.azure.com/jellyfin-project/jellyfin/_build/results?buildId=707&view=results (download it there)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.