auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
550 stars 83 forks source link

Handle spaces in file names #20

Closed baskerville closed 3 years ago

baskerville commented 7 years ago

If a path passed as argument to one of the flags contains a space (that's not uncommon for .app bundles), then the program will fail.

SCG82 commented 3 years ago

fixed in #53