Skip to content
New issue

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

macos_icon: Fix skewed logo for Spotlight/Finder #1386

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. macos_icon: Fix skewed logo for Spotlight/Finder

    macOS icons were skewed for sizes 16x16, 32x32, 48x48 (see issue zulip#1316 ), affecting their display in Spotlight and Finder.
    
    A fixed `icon.icns` was built based on the icons in `build/icons` using the macOS-internal command `iconutil -c icns`.
    pournaki committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    265a275 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. macos_icon: Revert to original icon margin

    The previously generated `icon.icns` that fixed the skewed logos for small sizes was missing the necessary margin.
    pournaki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f747bdb View commit details
    Browse the repository at this point in the history