mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 06:06:41 +00:00
Move dotnet to a per-platform dependency
This commit is contained in:
3
build
3
build
@@ -15,8 +15,7 @@ declare -a platforms=( $(
|
||||
|
||||
# The list of standard dependencies required by all build scripts; individual
|
||||
# action scripts may specify their own dependencies
|
||||
declare -a dependencies
|
||||
dependencies=( 'tar' 'zip' 'dotnet' )
|
||||
declare -a dependencies=( 'tar' 'zip' )
|
||||
|
||||
usage() {
|
||||
echo -e "build - build Jellyfin binaries or packages"
|
||||
|
||||
1
deployment/debian-x64/dependencies.txt
Normal file
1
deployment/debian-x64/dependencies.txt
Normal file
@@ -0,0 +1 @@
|
||||
dotnet
|
||||
1
deployment/linux-x64/dependencies.txt
Normal file
1
deployment/linux-x64/dependencies.txt
Normal file
@@ -0,0 +1 @@
|
||||
dotnet
|
||||
1
deployment/osx-x64/dependencies.txt
Normal file
1
deployment/osx-x64/dependencies.txt
Normal file
@@ -0,0 +1 @@
|
||||
dotnet
|
||||
1
deployment/ubuntu-x64/dependencies.txt
Normal file
1
deployment/ubuntu-x64/dependencies.txt
Normal file
@@ -0,0 +1 @@
|
||||
dotnet
|
||||
1
deployment/win-generic/dependencies.txt
Normal file
1
deployment/win-generic/dependencies.txt
Normal file
@@ -0,0 +1 @@
|
||||
dotnet
|
||||
1
deployment/win-x64/dependencies.txt
Normal file
1
deployment/win-x64/dependencies.txt
Normal file
@@ -0,0 +1 @@
|
||||
dotnet
|
||||
1
deployment/win-x86/dependencies.txt
Normal file
1
deployment/win-x86/dependencies.txt
Normal file
@@ -0,0 +1 @@
|
||||
dotnet
|
||||
Reference in New Issue
Block a user