Merge pull request #144 from JefferyHcool/feature/1.8.0

ci/cd:修复win打包
This commit is contained in:
Jianwu Huang
2025-06-19 18:22:05 +08:00
committed by GitHub

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 ^