Rename MacOS build

This commit is contained in:
Joshua Boniface
2019-02-18 22:06:44 -05:00
parent 512ab8c6aa
commit 24574d4964
4 changed files with 0 additions and 0 deletions

7
deployment/macos/build.sh Executable file
View File

@@ -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}

7
deployment/macos/clean.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
source ../common.build.sh
VERSION=`get_version ../..`
clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}

View File

@@ -0,0 +1 @@
dotnet

7
deployment/macos/package.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
source ../common.build.sh
VERSION=`get_version ../..`
package_portable ../.. `pwd`/dist/jellyfin_${VERSION}