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

fix(windows): link using "system" ABI #93

Closed amrbashir closed 8 months ago

amrbashir commented 8 months ago

Finally was able to reproduce https://github.com/Byron/open-rs/pull/91#issuecomment-1974905927 through https://github.com/tauri-apps/plugins-workspace/issues/1046

This was a mistake on my part in #91, I didn't notice that I used the wrong ABI, funnily enough I can still build on x86 & x64 targets using the wrong ABI.

Byron commented 8 months ago

Thanks a lot, I am glad the 'riddle' could be solved after all.

A new release is here: https://github.com/Byron/open-rs/releases/tag/v5.1.2 .

amrbashir commented 8 months ago

Thank you, appreciate the quick release.