8 lines
163 B
Bash
Executable File
8 lines
163 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ../common.build.sh
|
|
|
|
VERSION=`get_version ../..`
|
|
|
|
build_jellyfin ../../Jellyfin.Server Release linux-x64 `pwd`/dist/jellyfin_${VERSION}
|