gbammc / Thor

Switch the right application ASAP.
MIT License
1.17k stars 69 forks source link

Unable to add Application made with 'appify' script #23

Closed thebitstick closed 4 years ago

thebitstick commented 4 years ago

This script allows me to create a simple Application out of a shell script or other executable.

For some reason, I am unable to add one of these applications through Thor. If I knew how, I'd provide debugging, but there isn't any option to do so.

thebitstick commented 4 years ago

Somehow removing a custom icon and setting a proper icon via Info.plist fixes this?

gbammc commented 4 years ago

Somehow removing a custom icon and setting a proper icon via Info.plist fixes this?

So is it solved?

thebitstick commented 4 years ago

For me, yes, but I'm just wondering what could have caused Thor to ignore applications without a proper Info.plist. Could cause problems for others.

gbammc commented 4 years ago

Thor needs the correct icon file name to find the image that will display in the list.

thebitstick commented 4 years ago

Ah okay. I think as long as you've found the problem in this issue, if anyone else has issues they can just find this. It's good to close now.