1
0

chore(deps): update bilibili history fetcher to v1.6.9 (#3071)

This commit is contained in:
renovate[bot]
2025-12-22 04:19:24 +00:00
committed by GitHub
parent ac588146c2
commit 6068ff840c
9 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
if [ -f .env ]; then
source .env
if [ ! -d $BILI_FETCHER_ROOT_PATH/config ]; then
mkdir -p $BILI_FETCHER_ROOT_PATH/config
fi
cp -rn ./config/* $BILI_FETCHER_ROOT_PATH/config/
echo "Check Finish."
else
echo "Error: .env file not found."
fi