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

Make scripts/make-icons.sh work on linux #8550

Merged
merged 1 commit into from
Feb 15, 2019
Merged

Commits on Feb 13, 2019

  1. Make scripts/make-icons.sh work on linux

    This commit detects if the macos-only utility `iconutil` is available in
    the PATH, if it is, then the icns is built as usual. However if it
    isn't (such as on a linux system), then it checks for `png2icns` and
    uses it if possible.
    
    Signed-off-by: Abel Luck <abel@guardianproject.info>
    abeluck committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    d395fdc View commit details
    Browse the repository at this point in the history