gonzoua / AudioBookBinder

GUI and command-line utility for converting audiobooks to m4b format
http://bluezbox.com/abb.html
229 stars 48 forks source link

Bundle AudioBookBinder and command line together #15

Closed kbrock closed 10 years ago

kbrock commented 11 years ago

Hi,

It is very convenient when the command line utility is found in the .app bundle.

That way a user can update the app from the app store and also get the updated command line version.

Some tools that do this are: Sublime, Textmate, Gitx, Changes.app

Is it possible to package abbinder into the app? (i.e.: AudioBookBunder.app/Contents/Resources/abbinder )

If you install using the command line, then it would be updated every time the .app is updated:

ln -s /Application/AudioBookBunder.app/Contents/Resources/abbinder /usr/local/bin/abbinder

Just a thought. Thanks for the great tool.

gonzoua commented 11 years ago

Thanks for suggestion! I'll implement in next release of non-MacAppStore version. Not sure about App Store though. But if it's possible at all - I'll add it there too

kbrock commented 10 years ago

@gonzoua thanks for this. (and the great library)