Vurv78 / Autorun-rs

Modern scripthook with lua execution and filesteal. Replacement for gluasteal and most lua executors
Apache License 2.0
103 stars 11 forks source link

Fix compilation on windows due to tray library breaking semver #72

Open Vurv78 opened 4 days ago

Vurv78 commented 4 days ago

trayicon 0.1.3 worked fine, seems they broke something in 0.1.5 (a patch version) breaking semver :confused:.

Ideally the tray library would be swapped out with the tauri one (that now exists) which is cross platform and maintained.

https://github.com/tauri-apps/tray-icon

Vurv78 commented 4 days ago

I guess I'll just lock it in the toml file and call it a day. But I'll keep this open to rewrite the tray library. It really shouldn't be hard, but I don't have a windows machine nor the motivation