Skip to content

Latest commit

 

History

History

README.md

BPTimer Desktop

Native overlay companion app for BPTimer.com.

Requirements

Development

cargo run

Build

cargo build --release

The binary will be at target/release/.

Installer

Requires Inno Setup:

bun run build:installer

Configuration

The app stores settings in %APPDATA%/bptimer-desktop/settings.json.

Environment variables:

  • BPTIMER_API_URL - API endpoint (Timers and HP reporting)
  • BPTIMER_API_KEY - API key from bptimer.com (Needed for HP reporting)