mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Move dotnet to a per-platform dependency
This commit is contained in:
parent
90b9a95619
commit
3320d4feeb
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
|
Loading…
x
Reference in New Issue
Block a user