Skip to content

Commit

Permalink
Merge pull request jellyfin#1820 from joshuaboniface/fix-portable
Browse files Browse the repository at this point in the history
Properly build DLL for porable
  • Loading branch information
joshuaboniface authored Sep 30, 2019
2 parents 180fb85 + 3651755 commit 7203f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/portable/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rm -rf ${web_build_dir}
version="$( grep "version:" ./build.yaml | sed -E 's/version: "([0-9\.]+.*)"/\1/' )"

# 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}
rm -rf /dist/jellyfin_${version}

Expand Down

0 comments on commit 7203f46

Please sign in to comment.