Building & config
Bundle installers for each OS and configure the app.
Build
npm run tauri build # produces native installers in src-tauri/target/release/bundleConfig
tauri.conf.json controls the bundle identifier, icons, window defaults, and the allowlist of capabilities your app may use.