[PR #10673] Add --output-dir argument to build.sh #12575

Closed
opened 2026-02-07 06:58:19 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10673

State: closed
Merged: No


Currently the build script running in native mode will write the output to "../bin" with respect to the CWD, which is where jellyfin is cloned to. I keep all of my code repos in the same folder, so I don't want jellyfin to write to the folder above it. At the same time I don't want to break existing default behavior. Thus, I've added the option --output-dir, which lets the user specify the prefix where "bin//..." outputs are written to.

I've added the appropriate help docs. Other than that, the change is straightforward.

Changes
Add -o / --output-dir argument to build.sh

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10673 **State:** closed **Merged:** No --- Currently the build script running in native mode will write the output to "../bin" with respect to the CWD, which is where jellyfin is cloned to. I keep all of my code repos in the same folder, so I don't want jellyfin to write to the folder above it. At the same time I don't want to break existing default behavior. Thus, I've added the option `--output-dir`, which lets the user specify the prefix where "bin/<platform>/..." outputs are written to. I've added the appropriate help docs. Other than that, the change is straightforward. **Changes** Add `-o / --output-dir` argument to `build.sh`
OVERLORD added the pull-request label 2026-02-07 06:58:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12575