ci/cd:修复win打包

This commit is contained in:
JefferyHcool
2025-06-19 18:21:13 +08:00
parent cdcbfc89bc
commit 29372bab6b

View File

@@ -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 ^