cargo-dist icon indicating copy to clipboard operation
cargo-dist copied to clipboard

fix: write correct install prefix to receipt

Open mistydemeo opened this issue 3 months ago • 0 comments

This fixes an issue introduced in 91ac6af587cf221b62d56c98cf99fb169c449011, where /bin was always added to this even though the updater expected it to be a root prefix instead. We can then tighten up the special handling around normalizing the root in https://github.com/axodotdev/axoupdater/pull/109, which currently gets confused between whether a directory should end in /bin or if it's a cargo home-style path that shouldn't.

mistydemeo avatar May 13 '24 20:05 mistydemeo