mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
8 lines
137 B
Bash
Executable File
8 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ../common.build.sh
|
|
|
|
VERSION=`get_version ../..`
|
|
|
|
clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}
|