1
0

Add KOReader option
All checks were successful
Build and test project / build-and-test (push) Successful in 1m32s

This commit is contained in:
2026-03-21 16:32:15 +01:00
parent 620d8a1929
commit aaf3bf8749
19 changed files with 659 additions and 344 deletions

View File

@@ -12,6 +12,11 @@ if [ ! -f "$SRC_DIR/nickelmenu/NickelMenu.zip" ]; then
"$SCRIPT_DIR/nickelmenu/setup.sh"
fi
if [ ! -f "$SRC_DIR/koreader/koreader-kobo.zip" ]; then
echo "KOReader assets not found, downloading..."
"$SCRIPT_DIR/koreader/setup.sh"
fi
echo "Building JS bundle..."
cd "$WEB_DIR"
npm install --silent