From: simon Date: Thu, 10 Mar 2005 20:11:27 +0000 (+0000) Subject: Thanks to D H Becker for sending in an icon. I'd have liked to have X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/0980c4f28e5909a05be74af88732fddd7086f2f6 Thanks to D H Becker for sending in an icon. I'd have liked to have written a script which would generate the various graphical components of the PuTTY icon suite at any given resolution and then used that to generate the OS X icon as well as all the others, but I can always do that later; this'll do for now. git-svn-id: svn://svn.tartarus.org/sgt/putty@5487 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Recipe b/Recipe index 344d3a59..4c8a0592 100644 --- a/Recipe +++ b/Recipe @@ -287,4 +287,4 @@ PuTTYgen : [M] macpgen sshrsag sshdssg sshprime sshdes sshbn sshmd5 version + sshaes sshsh512 import macpgen.rsrc macpgkey macabout PuTTY : [MX] osxmain OSXTERM OSXMISC CHARSET BE_ALL NONSSH UXSSH - + ux_x11 uxpty uxsignal testback + + ux_x11 uxpty uxsignal testback putty.icns info.plist diff --git a/macosx/README.OSX b/macosx/README.OSX index 7a9ca95d..24e29342 100644 --- a/macosx/README.OSX +++ b/macosx/README.OSX @@ -79,5 +79,3 @@ Other missing features - no Event Log - no mid-session Change Settings - - - no icon (surprisingly important in an OS X app!) diff --git a/macosx/info.plist b/macosx/info.plist new file mode 100644 index 00000000..ce03a332 --- /dev/null +++ b/macosx/info.plist @@ -0,0 +1,8 @@ + + + + + CFBundleIconFile + PuTTY.icns + + diff --git a/macosx/putty.icns b/macosx/putty.icns new file mode 100644 index 00000000..72eab295 Binary files /dev/null and b/macosx/putty.icns differ