Merge pull request #141 from JefferyHcool/feature/1.8.0

fix:修复bugs
This commit is contained in:
Jianwu Huang
2025-06-19 17:01:31 +08:00
committed by GitHub
+1 -1
View File
@@ -28,7 +28,7 @@ pyinstaller \
--hidden-import fastapi \ --hidden-import fastapi \
--hidden-import starlette \ --hidden-import starlette \
--add-data "app/db/builtin_providers.json:."\ --add-data "app/db/builtin_providers.json:."\
--add-data "../.env.env.example:.env" \ --add-data "../.env.example:.env" \
"$(pwd)/backend/main.py" # 确保这里没有额外的空格,并使用绝对路径 "$(pwd)/backend/main.py" # 确保这里没有额外的空格,并使用绝对路径
mv \ mv \
./BillNote_frontend/src-tauri/bin/BiliNoteBackend/BiliNoteBackend\ ./BillNote_frontend/src-tauri/bin/BiliNoteBackend/BiliNoteBackend\