Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aicynide authored Jan 31, 2025
1 parent 0d1838d commit d666359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jellyfin-server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ TERMUX_PKG_SERVICE_SCRIPT=(
"jellyfin"
"${TERMUX_PREFIX}/lib/dotnet/dotnet ${TERMUX_PREFIX}/share/jellyfin/Jellyfin.Server.dll --datadir ${TERMUX_ANDROID_HOME}/jellyfin"
)
TERMUX_PKG_BLACKLISTED_ARCHES="arm"

termux_step_configure() {
dotnet8.0 restore
dotnet8.0 restore
}

termux_step_make() {
Expand Down

0 comments on commit d666359

Please sign in to comment.