Simple Tauri app to send messages using webhooks in Discord.
Download for Windows, Mac or Linux
- Install Node.js
- Install Rust
- Follow the Tauri setup guide
- Run
npm installoryarn
npm run dev/yarn run dev: Start app in dev mode.npm run build/yarn run build: Build app
npm tauri dev/yarn tauri dev: Start Tauri app in dev mode.npm tauri build/yarn tauri build: Build Tauri app for production.
- Update
CHANGELOG.md - Bump the version number in
src-tauri/Cargo.toml - Run
cargo checkto updateCargo.lock - Create a git tag in the format
v#.#.# - Add release notes to the generated GitHub release and publish it

