[PR #114] [CLOSED] fixed linux temp directory so you can build windows on linux #8167

Closed
opened 2026-02-07 05:39:04 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/114
Author: @LogicalPhallacy
Created: 12/13/2018
Status: Closed

Base: developHead: windowsbuildinstructions


📝 Commits (5)

  • d3b6a78 fixed linux temp directory so you can build windows on linux
  • 8862b8e simplified if statements to handle architecture
  • c7672f1 added installer scripts
  • 74db0b7 added install scripts copy to build script
  • df3745a Minor 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/114 **Author:** [@LogicalPhallacy](https://github.com/LogicalPhallacy) **Created:** 12/13/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `windowsbuildinstructions` --- ### 📝 Commits (5) - [`d3b6a78`](https://github.com/jellyfin/jellyfin/commit/d3b6a78a64a6eb9d8e294cd127c40254d52058fc) fixed linux temp directory so you can build windows on linux - [`8862b8e`](https://github.com/jellyfin/jellyfin/commit/8862b8e5a600497ca6a28ef4201a62198f2f91b5) simplified if statements to handle architecture - [`c7672f1`](https://github.com/jellyfin/jellyfin/commit/c7672f15480a1fce2f765a38cf3b9445194d7d65) added installer scripts - [`74db0b7`](https://github.com/jellyfin/jellyfin/commit/74db0b71ad7df7f83436e429d66d459c05284357) added install scripts copy to build script - [`df3745a`](https://github.com/jellyfin/jellyfin/commit/df3745a6a983b51aa0bffdfcd6f5094a07361823) Minor fixes suggested by Justaman ### 📊 Changes **3 files changed** (+457 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Build-JellyFin.ps1` (+56 -14) ➕ `install-jellyfin.ps1` (+400 -0) ➕ `installjellyfin.bat` (+1 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:39:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8167