|
|
@ -26,7 +26,7 @@ rm -rf ${web_build_dir}
|
|
|
|
version="$( grep "version:" ./build.yaml | sed -E 's/version: "([0-9\.]+.*)"/\1/' )"
|
|
|
|
version="$( grep "version:" ./build.yaml | sed -E 's/version: "([0-9\.]+.*)"/\1/' )"
|
|
|
|
|
|
|
|
|
|
|
|
# Build archives
|
|
|
|
# Build archives
|
|
|
|
dotnet publish --configuration Release --self-contained --runtime framework --output /dist/jellyfin_${version}/ "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none"
|
|
|
|
dotnet publish --configuration Release --output /dist/jellyfin_${version}/ "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none"
|
|
|
|
tar -cvzf /jellyfin_${version}.portable.tar.gz -C /dist jellyfin_${version}
|
|
|
|
tar -cvzf /jellyfin_${version}.portable.tar.gz -C /dist jellyfin_${version}
|
|
|
|
rm -rf /dist/jellyfin_${version}
|
|
|
|
rm -rf /dist/jellyfin_${version}
|
|
|
|
|
|
|
|
|
|
|
|