mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 19:04:15 +08:00
修复 Inno Setup 找不到打包产物的错误: No files found matching ..\backend\dist\TickFlowStockPanel\* 原因: workflow 用 --distpath ../dist 输出到项目根 dist/, 但 .iss 引用的是 backend/dist/ 修复: PyInstaller 用默认输出 (backend/dist), DMG/Linux 步骤路径同步调整