Skip to content

Commit

Permalink
fix(main/seanime): web-ui issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aicynide authored Sep 16, 2024
1 parent 3afb132 commit c0a2fdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/seanime/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Self-hosted anime and manga server for sea rovers."
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.1.1"
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/5rahim/seanime/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f3cfdf8e36d9cb2e4e5fa1e9c8bff81a4d1f3fe32c2fec848004bf02433b4833
TERMUX_PKG_BUILD_IN_SRC=true
Expand All @@ -20,7 +20,6 @@ termux_step_host_build() {
}

termux_step_pre_configure() {
mkdir $TERMUX_PKG_SRCDIR/web
cp -r $TERMUX_PKG_HOSTBUILD_DIR/seanime-web/out $TERMUX_PKG_SRCDIR/web/

termux_setup_golang
Expand Down

0 comments on commit c0a2fdf

Please sign in to comment.