# iotdev-desktop **Repository Path**: iotxiaohu/iotdev-desktop ## Basic Information - **Project Name**: iotdev-desktop - **Description**: No description available - **Primary Language**: Rust - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-24 - **Last Updated**: 2026-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iotdev desktop `iotdev desktop` 是 iotdev 的公开桌面端发行仓库,用于保存版本元数据,并通过 Gitee Release 发布已签名的 Windows 安装包和 Tauri Updater 清单。 从 `iotdev` 源码仓库生成发布产物后,设置 Gitee 访问令牌并执行: ```powershell $env:GITEE_ACCESS_TOKEN = "你的 Gitee 访问令牌" npm run release -- 26.8.2 D:\codes\iot\iotdev\release\v26.8.2 ``` 脚本会校验安装包与签名文件,将它们发布到对应版本的 Release,并更新 `latest` Release 中的 `latest.json`。