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