Swirt / typertools-src

Public builds - https://swirt.github.io/typertools/
MIT License
42 stars 24 forks source link

Issue with installing extension on macOS #59

Open AntonMatlin opened 11 months ago

AntonMatlin commented 11 months ago

I seem to install TyperTools, but it won't show in my PS 2023.

My process:

  1. open Terminal
  2. cd to directory
  3. sudo chmod +x install_mac.sh
  4. It got me an error with CLRF line endings so I changed them to CL endings
  5. Reopened Terminal and sudo bash ./install_mac.sh
  6. I got all the normal prompts from install_mac and finished the installation Installation completed. Open Photoshop and in the menu click the following: [Window] > [Extensions] > [Typer Tools]

It doesn't appear in my PS Legacy extensions window image

And I don't see it in extensions folder image

My first assumption was that it maybe because my OS is in Spanish. So I tried renaming DESTDIR in install_mac.sh to DESTDIR="${HOME}/Biblioteca/Application Support/Adobe/CEP/extensions/typertools"

But it didn't help either. Please help, I don't know what to do next.