ShawHahnLab/chiimp

Desktop icon has incorrect script path on Mac OS

Closed this issue · 2 comments

ressy commented

On recent installs we're seeing the complied .app on Mac OS trying to access the script with a path like:

/Library/Frameworks/R.framework/Versions/3.5/Resources/library/chiimp//../exec/chiimp.command

But that .. isn't needed with the prefix it's being added to so the command script is't found. (Did something change in the path-handling parts of AppleScript used to put that path together, maybe?)

ressy commented

Alternate theory: nothing changed in Mac OS and I broke this myself by not having the output path from configure match what's expected in the compiled .app directory (the former putting the app at the top-level and the latter expecting it in exec.)

ressy commented

Fixed in #56.