Files
Public/apps/native/WINDOWS_BUILD.md
T
daiyongkang 76f266645d Initial commit: 风影 OA 全栈源码(API/Web/Flutter/IM)
含 Phase 1.1 IM seq 排序、断线重连、多端已读同步与微信式语音转文字 UI。
排除 node_modules、构建产物、安装包与 .env 密钥。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-02 10:04:03 +00:00

10 lines
457 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Windows 桌面端打包
打包机 `10.1.1.202`,SSH **端口 22022**,用户 `administrator`。
1. 安装工具链(只需一次):`installer\bootstrap-windows.ps1`
2. 在 `C:\fengying-oa-native` 执行 `.\build-windows.ps1`
产物必须是可安装的 **`build\fengying-oa-setup.exe`**(Inno Setup),不要只发 zip。
上传到 `https://oa.fysxkj.com/fengying-oa-setup.exe`,并写入 `apps/api/data/app-release.json` 的 `windowsUrl`。