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

Replace favicon.ico with an actual ICO file #582

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Commits on Sep 19, 2022

  1. Replace favicon.ico with an actual ICO file

    Previous it actually was a PNG.
    
    Before:
    % file docs/images/favicon.ico
    docs/images/favicon.ico: PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced
    
    After:
    % file docs/images/favicon.ico
    docs/images/favicon.ico: MS Windows icon resource - 5 icons, -128x-128, 32 bits/pixel, 64x64, 32 bits/pixel
    
    I converted using:
    % convert logo.png -define icon:auto-resize=128,64,48,32,16 favicon.ico
    
    Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
    mapreri committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f88a63b View commit details
    Browse the repository at this point in the history