Skip to content

1.0.0

Choose a tag to compare

@jaychouya jaychouya released this 02 Jun 01:18
· 41 commits to main since this release
build: 添加 MSI 安装包构建和 GitHub Release 支持

- build_msi.py: WiX MSI 安装包构建脚本
- create_release.sh: GitHub Release 创建脚本
- Makefile: 添加 build-msi 和 release 命令

使用方法:
  make build-msi    # 构建 MSI 安装包 (需要 WiX Toolset)
  make release      # 创建 GitHub Release (需要 gh CLI)