Open brooksdavis opened 8 years ago
brew install xz
will fix this. I'd rather not bundle things that can be installed from a package manager, but I'll do it in the next release if it's problematic.
The current situation seems overly fragile. I had xz-5.0.5 installed:
connrefused:~ brooks$ brew install xz
Error: xz-5.0.5 already installed
To install this version, first `brew unlink xz`
I did an upgrade (to 5.2.2) and after that it did work.
Hmm, I hadn't realised that it was that fragile. We're already setting the rpath to point inside the bundle, so it should be easy to bindle the liblzma.dylib from the machine of whoever builds it. This will make xz a build-time dependency, but should make the generated .app work for anyone.