Skip to content

Commit 06b3856

Browse files
authored
fix(desktop): include runtime deps for builtin plugins in backend build (AstrBotDevs#5146)
1 parent 059008a commit 06b3856

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

desktop/scripts/build-backend.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ const args = [
3535
'aiosqlite',
3636
'--collect-all',
3737
'pip',
38+
'--collect-all',
39+
'bs4',
40+
'--collect-all',
41+
'readability',
42+
'--collect-all',
43+
'lxml',
44+
'--collect-all',
45+
'lxml_html_clean',
46+
'--collect-all',
47+
'rfc3987_syntax',
3848
'--collect-submodules',
3949
'astrbot.api',
4050
'--collect-submodules',

0 commit comments

Comments
 (0)