Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aicynide authored Feb 3, 2025
1 parent 111df37 commit 6c9574c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/jellyfin-server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,10 @@ TERMUX_PKG_SERVICE_SCRIPT=(
)
TERMUX_PKG_BLACKLISTED_ARCHES="arm"


termux_step_pre_configure() {
termux_setup_dotnet
}

termux_step_pre_configure() {
termux_setup_dotnet
}

termux_step_pre_configure() {
termux_setup_dotnet
}

termux_step_pre_configure() {
termux_setup_dotnet
}

termux_step_configure() {
dotnet restore
}

termux_step_make() {
dotnet publish Jellyfin.Server --configuration Release --runtime $DOTNET_TARGET_NAME --output builddir
}
Expand Down

0 comments on commit 6c9574c

Please # to comment.