bug-001: fix tray menu, add autostart and crash recovery launcher
All checks were successful
Build Check / build (push) Successful in 4m2s

This commit is contained in:
2026-05-17 09:26:28 -05:00
parent 77ddf68c8f
commit 168dc9de83
9 changed files with 400 additions and 9 deletions

View File

@@ -2,11 +2,17 @@
name = "tickr"
version = "0.4.0"
edition = "2021"
authors = ["Whitlocktech"]
license = "MIT"
[[bin]]
name = "tickr"
path = "src/main.rs"
[[bin]]
name = "tickr-launcher"
path = "src/launcher.rs"
[dependencies]
eframe = { version = "0.27", features = ["default"] }
egui = "0.27"
@@ -19,6 +25,7 @@ anyhow = "1"
toml = "0.8"
dirs = "5"
semver = "1"
winreg = "0.52"
tray-icon = "0.14"
image = { version = "0.25", default-features = false, features = ["ico"] }
@@ -30,3 +37,6 @@ strip = true
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
[package.metadata.wix]
eula = false