From 17bd36aaeca6c7a0795646f9fa13c1f99c5d150f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Krampe?= Date: Wed, 28 Mar 2018 08:52:47 +0200 Subject: [PATCH] Added instructions on how I made icon.icns for OSX --- ICONS.md | 15 +++++++++++++++ SIGNING.md | 3 --- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 ICONS.md delete mode 100644 SIGNING.md diff --git a/ICONS.md b/ICONS.md new file mode 100644 index 00000000..6b0ce02c --- /dev/null +++ b/ICONS.md @@ -0,0 +1,15 @@ +To produce icon.icns for mac I used: + +https://iconverticons.com/online/ + +I uploaded icon.png and then downloaded the PNG zip on far right. + +Then I unzipped and used tools described here: + +https://dentrassi.de/2014/02/25/creating-mac-os-x-icons-icns-on-linux/ + +...so basically: + +png2icns icon.icns *.png + +But it barfed on a few resolutions so I just removed them and tried again. diff --git a/SIGNING.md b/SIGNING.md deleted file mode 100644 index 9090b3fd..00000000 --- a/SIGNING.md +++ /dev/null @@ -1,3 +0,0 @@ -# GPG - -We use GPG to sign our binaries for Desktop distribution.