Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 191 Bytes

BUILDING.md

File metadata and controls

16 lines (12 loc) · 191 Bytes

Building

Build for Windows

bun install
$env:RUSTFLAGS="-C target-feature=+crt-static"
bunx tauri build

Build for macOS / Linux

bun install
bunx tauri build