diff --git a/desktop/scripts/build-backend.mjs b/desktop/scripts/build-backend.mjs index aac32bc189..e88297c0e8 100644 --- a/desktop/scripts/build-backend.mjs +++ b/desktop/scripts/build-backend.mjs @@ -35,6 +35,8 @@ const args = [ 'pip', '--collect-submodules', 'astrbot.api', + '--collect-data', + 'certifi', '--add-data', `${kbStopwordsSrc}${dataSeparator}${kbStopwordsDest}`, '--distpath',