Skip to content

Instantly share code, notes, and snippets.

@useless
Created October 4, 2009 21:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save useless/201657 to your computer and use it in GitHub Desktop.
Save useless/201657 to your computer and use it in GitHub Desktop.
Setting Icon.icns as the icon for File.ext.
echo "read 'icns' (-16455) \"Icon.icns\";" > Icon.r
Rez -append -o File.ext Icon.r
SetFile -a CE File.ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment