EasyG0ing1 / MacIcns

MacIcns is a small program that will take any 1024 x 1024 png file and convert it into a proper MacOS .icns file.
Apache License 2.0
16 stars 4 forks source link

Fails to run if `bash` isn't at `/usr/local/bin/bash` #1

Closed jonluca closed 1 year ago

jonluca commented 1 year ago
capture 2023-01-30 at 12 29 10 PM

Creating a symlink there makes it work sudo ln -s /opt/homebrew/bin/bash /usr/local/bin/bash

but it would be nice if this tried to find your bash inside $PATH instead of relying on a hardcoded one.

Thanks for the app btw!

EasyG0ing1 commented 1 year ago

@jonluca OK, I'll work that in and post an update.

EasyG0ing1 commented 1 year ago

@jonluca Fixed in release 1.0.1

Would you test it please and let me know if it works for you?

EasyG0ing1 commented 1 year ago

@jonluca

Pushed another update with an added feature.

EasyG0ing1 commented 1 year ago

This has been fixed, download the latest version.