diff options
| author | artiume <siderite@gmail.com> | 2020-01-28 21:41:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 21:41:52 -0500 |
| commit | d4470b5709eaddae12c0096634bd47d7f9ec0b97 (patch) | |
| tree | 69fbd6ffaf0776b964fa963dec9240ffbe6a2d77 /deployment/macos/docker-build.sh | |
| parent | a012a4574fa1940ca3067aebd5c5654ff5f45cef (diff) | |
| parent | 81fae5932bcd157cba559520504019fbe90451e2 (diff) | |
Merge pull request #9 from jellyfin/master
nightly
Diffstat (limited to 'deployment/macos/docker-build.sh')
| -rwxr-xr-x | deployment/macos/docker-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/macos/docker-build.sh b/deployment/macos/docker-build.sh index 1b4a554e6..f9417388d 100755 --- a/deployment/macos/docker-build.sh +++ b/deployment/macos/docker-build.sh @@ -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 osx-x64 --output /dist/jellyfin_${version}/ "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none;UseAppHost=true" +dotnet publish Jellyfin.Server --configuration Release --self-contained --runtime osx-x64 --output /dist/jellyfin_${version}/ "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none;UseAppHost=true" tar -cvzf /jellyfin_${version}.portable.tar.gz -C /dist jellyfin_${version} rm -rf /dist/jellyfin_${version} |
