Skip to content

Commit 67b81c2

Browse files
authored
fix: collect certifi data in desktop backend build (#4995)
1 parent 2afb08d commit 67b81c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

desktop/scripts/build-backend.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const args = [
3535
'pip',
3636
'--collect-submodules',
3737
'astrbot.api',
38+
'--collect-data',
39+
'certifi',
3840
'--add-data',
3941
`${kbStopwordsSrc}${dataSeparator}${kbStopwordsDest}`,
4042
'--distpath',

0 commit comments

Comments
 (0)