ChordPro / chordpro

Reference implementation of the ChordPro standard for musical lead sheets.
Other
325 stars 51 forks source link

macOS packages: Fix running chordpro from the command line #417

Closed Desbeers closed 2 months ago

Desbeers commented 2 months ago

macOS could not find the full path of the binary when chordpro was added to the $PATH and was involved without its full path

sciurius commented 2 months ago

I have added the relevant code to linux/ppl.c, guarded with #ifdef MACOS / #else / #endif. I can confirm it works like a charm for ChordPro Classic. There shouldn't be any remaining changes for pp/macosswift.

Desbeers commented 2 months ago

Works perfect here as well!