fix: include missing frozen dependencies for windows backend
This commit is contained in:
@@ -33,12 +33,20 @@ const args = [
|
||||
'aiosqlite',
|
||||
'--collect-all',
|
||||
'pip',
|
||||
'--collect-all',
|
||||
'certifi',
|
||||
'--collect-all',
|
||||
'pydantic',
|
||||
'--collect-all',
|
||||
'pydantic_core',
|
||||
'--collect-all',
|
||||
'sqlmodel',
|
||||
'--collect-submodules',
|
||||
'astrbot.api',
|
||||
'--hidden-import',
|
||||
'_multiprocessing',
|
||||
'--collect-data',
|
||||
'certifi',
|
||||
'--hidden-import',
|
||||
'pydantic_core._pydantic_core',
|
||||
'--add-data',
|
||||
`${kbStopwordsSrc}${dataSeparator}${kbStopwordsDest}`,
|
||||
'--distpath',
|
||||
|
||||
Reference in New Issue
Block a user