diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-02-20 07:28:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-20 07:28:20 -0500 |
| commit | 99bed9a9c3791bcff648029088d766f1dfde3a96 (patch) | |
| tree | 3adc5c126ac5ed3e2e817ff08d3a09c32c7313f9 /deployment/macos/build.sh | |
| parent | 8ef41020d94832fbce4a3ef8aba598d30b7adaa5 (diff) | |
| parent | 3ed9d32f6885cf877ae91a3bc2008367619f4da2 (diff) | |
Merge pull request #939 from joshuaboniface/cleanup-builds
Clean up and rename obsolete deployment platforms
Diffstat (limited to 'deployment/macos/build.sh')
| -rwxr-xr-x | deployment/macos/build.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/macos/build.sh b/deployment/macos/build.sh new file mode 100755 index 000000000..d6bfb9f5e --- /dev/null +++ b/deployment/macos/build.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +source ../common.build.sh + +VERSION=`get_version ../..` + +build_jellyfin ../../Jellyfin.Server Release osx-x64 `pwd`/dist/jellyfin_${VERSION} |
