distributing-tauri-for-windows
✓指导用户在 Windows 上分发 Tauri 应用程序,包括创建 MSI 和 NSIS 安装程序、自定义安装程序行为、配置 WebView2 安装模式以及将应用程序提交到 Microsoft Store。
SKILL.md
This skill covers Windows distribution for Tauri v2 applications, including MSI/NSIS installer creation, customization, and Microsoft Store submission.
| Format | Extension | Build Platform | Notes |
| WiX MSI | .msi | Windows only | Traditional Windows installer | | NSIS | -setup.exe | Cross-platform | Can build on Linux/macOS |
指导用户在 Windows 上分发 Tauri 应用程序,包括创建 MSI 和 NSIS 安装程序、自定义安装程序行为、配置 WebView2 安装模式以及将应用程序提交到 Microsoft Store。 来源:dchuk/claude-code-tauri-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill distributing-tauri-for-windows- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-07
- 更新时间
- 2026-02-18
快速解答
什么是 distributing-tauri-for-windows?
指导用户在 Windows 上分发 Tauri 应用程序,包括创建 MSI 和 NSIS 安装程序、自定义安装程序行为、配置 WebView2 安装模式以及将应用程序提交到 Microsoft Store。 来源:dchuk/claude-code-tauri-skills。
如何安装 distributing-tauri-for-windows?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill distributing-tauri-for-windows 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/dchuk/claude-code-tauri-skills