mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 15:22:55 +01:00
7 lines
161 B
Bash
Executable file
7 lines
161 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source ../common.build.sh
|
|
|
|
VERSION=`get_version ../..`
|
|
|
|
build_jellyfin ../../Jellyfin.Server Release osx-x64 `pwd`/dist/jellyfin_${VERSION}
|