Update telegram-join-approval-bot submodule and apply patches

This commit is contained in:
Astra 2026-03-10 07:32:45 +00:00
parent 77b056b26e
commit cf8a6a71a7
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ rm -rf "$ROOT_DIR/config" "$ROOT_DIR/handlers" "$ROOT_DIR/pkg" "$ROOT_DIR/main.g
# Copy source files, excluding .git and keeping patches/ and scripts/
rsync -a --stats --exclude='.git' "$SUBMODULE_DIR/" "$ROOT_DIR/" \
--exclude='patches' --exclude='scripts' --exclude='README.md' --exclude='Dockerfile'
--exclude='patches' --exclude='scripts' --exclude='README.md' --exclude='Dockerfile' --exclude='LICENSE'
# Remove scripts/ from .gitignore so we can track our sync script
sed -i '/^scripts\/$/d' "$ROOT_DIR/.gitignore"