A Rust desktop app for Discord Rich Presence with Flavortown and Hack Club's referral program. Supports macOS (x86_64 and arm64), Windows (x86_64), and Linux (x64, relatively untested).
Check out https://flavortown.hackclub.com!
This app shows a rich presence for Discord that describes Flavortown and shows a button for other people to sign-up, which leads to a url with your referral code. Example::
Note
The "Sign up" button only shows for other people, not for yourself.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install the relevant toolchains
cargo install tauri-cli
cargo tauri build # or cargo tauri dev
v
NO_STRIP=true cargo tauri build --no-sign
NO_STRIP=trueskips the binary stripping step, which can avoidfailed to run linuxdeployAppImage bundling failures if you are facing them. Context: tauri-apps/tauri issue #8929.--no-signfixes the error saying thatTAURI_SIGNING_PRIVATE_KEYhas not been set locally.
You can download compiled executables on this page.
- MSRV: Rust 1.88.0 (measured with
cargo msrv find)
This project is dual-licensed under either of:
- MIT License (LICENSE-MIT)
- Apache License, Version 2.0 (LICENSE-APACHE)
at your option.