Update telegram-approval-join submodule and apply branding patches

This commit is contained in:
Astra 2026-03-09 20:53:04 +00:00
parent 015f99dc83
commit 8aa8521304
5 changed files with 80 additions and 21 deletions

View file

@ -63,11 +63,11 @@ if [[ -f "$PATCH_FILE" ]]; then
echo " Run the following to see conflicts:"
echo " patch --dry-run -p1 -d $ROOT_DIR < $PATCH_FILE"
echo ""
echo " Update patches/branding.patch to match the new source, then re-run sync."
echo " Update patches/0001-nuzzles.patch to match the new source, then re-run sync."
exit 1
fi
else
echo " No patch file found at patches/branding.patch — skipping."
echo " No patch file found at patches/0001-nuzzles.patch — skipping."
fi
# ── 5. Verify it builds ───────────────────────────────────────────────────────