一键导入
windows-release
Deprecated alias — use the release-cycle skill instead. Windows NSIS/Tauri packaging is documented in .cursor/skills/release-cycle/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deprecated alias — use the release-cycle skill instead. Windows NSIS/Tauri packaging is documented in .cursor/skills/release-cycle/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | windows-release |
| description | Deprecated alias — use the release-cycle skill instead. Windows NSIS/Tauri packaging is documented in .cursor/skills/release-cycle/. |
Use release-cycle — the single source of truth for macOS + Windows.
| Host | Full validation |
|---|---|
| macOS | ./scripts/release-full.sh |
| Windows | .\scripts\windows\release-cycle.ps1 |
Windows-only quick entry:
Set-ExecutionPolicy Bypass -Scope Process -Force
$env:CARGO_TARGET_DIR = "$PWD\target"
.\scripts\windows\release-cycle.ps1 # full: CLI + app + NSIS
.\scripts\windows\release-cycle.ps1 -CliOnly # CLI zip only
Artifact flags mirror macOS --with-app, --without-dmg, --cli-only — see release-cycle/SKILL.md.