We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beautiful website!
Noticed that Soulver and Firefox are not detected correctly:
I've already converted the icns files to PNG using sips and optimized them using imageoptim:
sips
imageoptim
Note that you can also get the right icon file name using something like:
defaults read /Applications/<Any-App>.app/Contents/Info.plist CFBundleIconFile
e.g.
defaults read '/Applications/Firefox Developer Edition.app/Contents/Info.plist' CFBundleIconFile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Beautiful website!
Noticed that Soulver and Firefox are not detected correctly:
I've already converted the icns files to PNG using
sips
and optimized them usingimageoptim
:Note that you can also get the right icon file name using something like:
e.g.
The text was updated successfully, but these errors were encountered: