burtonageo / cargo-bundle

Wrap rust executables in OS-specific app bundles
Other
1.08k stars 74 forks source link

use cargo to find target dir #186

Closed SebastianRefsnes closed 4 weeks ago

SebastianRefsnes commented 1 month ago

Hey, I have target-dir = './.build' in my cargo config which the current code doesn't recognize. Think this should be more consistent at finding the target dir - might fix #170 too?

magnusdr commented 1 month ago

Nice work! Just cloned and tested this and can confirm it fixed my Failed to copy binary from ...-errors

mdsteele commented 4 weeks ago

Thanks!