mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #114] [CLOSED] fixed linux temp directory so you can build windows on linux #8167
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/114
Author: @LogicalPhallacy
Created: 12/13/2018
Status: ❌ Closed
Base:
develop← Head:windowsbuildinstructions📝 Commits (5)
d3b6a78fixed linux temp directory so you can build windows on linux8862b8esimplified if statements to handle architecturec7672f1added installer scripts74db0b7added install scripts copy to build scriptdf3745aMinor fixes suggested by Justaman📊 Changes
3 files changed (+457 additions, -14 deletions)
View changed files
📝
Build-JellyFin.ps1(+56 -14)➕
install-jellyfin.ps1(+400 -0)➕
installjellyfin.bat(+1 -0)📄 Description
this makes it possible for any CICD we run to be able to generate packaged windows builds with the following line: ./Build-JellyFin.ps1 -InstallLocation /path/to/targetfolder -InstallFFMPEG -GenerateZip
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.