I'm building a package that installs a .clr
file into a user's library/color
folder. The problem is that the following path:
~/Library/Colors/
results in creating a new folder on their macs with my computer's name and the clr. file inside that.
If I use
./Library/Colors/
Then it just stores it in the Main Library folder in the Macintosh HD folder. Or is this the right folder if I want it appearing for all users on a mac?
What am I doing wrong? Thanks!