diff --git a/backend/build.bat b/backend/build.bat index 393d95a..56032b4 100644 --- a/backend/build.bat +++ b/backend/build.bat @@ -23,6 +23,8 @@ echo Detected target triple: %TARGET_TRIPLE% REM 执行 PyInstaller 打包 echo 开始 PyInstaller 打包... pyinstaller ^ + --clean ^ + -y ^ --name BiliNoteBackend ^ --paths backend ^ --distpath BillNote_frontend\src-tauri\bin ^