diff options
Diffstat (limited to 'deployment/framework/clean.sh')
| -rwxr-xr-x | deployment/framework/clean.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/framework/clean.sh b/deployment/framework/clean.sh new file mode 100755 index 000000000..3df2d7796 --- /dev/null +++ b/deployment/framework/clean.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +source ../common.build.sh + +VERSION=`get_version ../..` + +clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION} |
