homebysix / recipe-robot

A kick ass tool for creating AutoPkg recipes.
Apache License 2.0
301 stars 28 forks source link

"Cannot find the output folder" upon clicking Reveal Recipes #60

Closed homebysix closed 8 years ago

homebysix commented 8 years ago

Even if a valid output folder is specified, sometimes clicking Reveal Recipes will produce an error.

Going back to the preferences and selecting the same output folder again seems to fix this problem.

homebysix commented 8 years ago

This is happening because the app doesn't understand relative paths. I'm working on making the script always save absolute paths, which should work around that problem.