mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 00:32:49 +02:00
Move dotnet to a per-platform dependency
This commit is contained in:
parent
90b9a95619
commit
3320d4feeb
8 changed files with 8 additions and 2 deletions
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…
Reference in a new issue