Byron / open-rs

Open a path or URL with the system-defined program
http://byron.github.io/open-rs
MIT License
319 stars 49 forks source link

redox: use PATH to find launcher #89

Closed jackpot51 closed 8 months ago

jackpot51 commented 8 months ago

Redox has moved the launcher from /ui/bin to /usr/bin. Just use the PATH to locate it, so any future changes in location don't break this crate.

Byron commented 8 months ago

Thank you very much!

I have created a new release with this patch: https://github.com/Byron/open-rs/releases/tag/v5.0.2

jackpot51 commented 8 months ago

Thanks!