mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
windows build script error #460
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xmu714 on GitHub (Feb 24, 2019).
The latest windows build script in deployment/windows/build-jellyfin.ps1 can not gennerate jellyfin-web, causing jellyfin starts up with 404 error.
@xmu714 commented on GitHub (Feb 24, 2019):
I forgot
git submodule update --init, now solved.