This fixes a couple of non-fatal errors when running the make_osx script:
- pyinstaller 6.4.0 requires pyinstaller-hooks-contrib>=2024.0
- readlink: illegal option -- f
The make_osx script already uses greadlink -f, so we can assume that it will be available for the base.sh script as well.
Depends on D16718