Closed szhu closed 2 years ago
Updates fileicon to the current version. This fixes the issue of /usr/bin/python (Python 2) not found on macOS >= 12.3.
/usr/bin/python
The updated fileicon.sh is copied verbatim from here: https://github.com/mklement0/fileicon/blob/be6b1de/bin/fileicon
Fixes #32. Fixes #36.
Closes #31. Closes #33. Using fileicon with Python 3 requires the pyobjc packages to be installed, and the new fileicon code will do this automatically. Both #31 and #33 require manual installation of these packages.
Updates fileicon to the current version. This fixes the issue of
/usr/bin/python
(Python 2) not found on macOS >= 12.3.The updated fileicon.sh is copied verbatim from here: https://github.com/mklement0/fileicon/blob/be6b1de/bin/fileicon
Fixes #32. Fixes #36.
Closes #31. Closes #33. Using fileicon with Python 3 requires the pyobjc packages to be installed, and the new fileicon code will do this automatically. Both #31 and #33 require manual installation of these packages.