在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用build
星标3
分支0
更新时间2026年1月7日 00:52
Build production binaries for distribution
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build production binaries for distribution
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a new React component with Mantine styling
Update documentation after implementing features or making changes
Run a quick architecture review via architect-reviewer agent
Generate mobile-specific React components with platform detection and safe areas
Run a quick security audit on recent changes or specific files
Generate a test file for a component, hook, or utility
| name | build |
| description | Build production binaries for distribution |
Creates production-ready binaries for the current platform.
pnpm tauri build
src-tauri/target/release/bundle/dmg/Skelenote_*.dmgsrc-tauri/target/release/bundle/macos/Skelenote.appsrc-tauri/target/release/bundle/nsis/Skelenote_*_x64-setup.exesrc-tauri/target/release/bundle/deb/skelenote_*_amd64.debsrc-tauri/target/release/bundle/rpm/skelenote-*.x86_64.rpmsrc-tauri/target/release/bundle/appimage/skelenote_*.AppImageBuilding Skelenote for macOS...
Compiling skelenote v0.1.0 (release)
Bundling Skelenote.app
Bundling Skelenote_0.1.0_aarch64.dmg
✓ Build complete!
Output:
DMG: src-tauri/target/release/bundle/dmg/Skelenote_0.1.0_aarch64.dmg (45.2 MB)
App: src-tauri/target/release/bundle/macos/Skelenote.app (142 MB)