mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
399a079dd4
Squashed commit.
8 lines
137 B
Bash
8 lines
137 B
Bash
#!/usr/bin/env bash
|
|
|
|
source ../common.build.sh
|
|
|
|
VERSION=`get_version ../..`
|
|
|
|
clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}
|