diff --git a/bin/compile b/bin/compile index 5d1f028..510a1cc 100755 --- a/bin/compile +++ b/bin/compile @@ -10,7 +10,9 @@ var nw = new Builder( { ], platforms : [ "osx64", "win64", "linux64" ], - version : "latest" + version : "latest", + macIcns : path.resolve( __dirname, "../logo/icns/1600x1600" ), + winIco : path.resolve( __dirname, "../logo/ico/1600x1600.ico" ) } ); nw.on( "log", console.log ); diff --git a/logo/icns/1600x1600 b/logo/icns/1600x1600 new file mode 100755 index 0000000..5bc12e7 --- /dev/null +++ b/logo/icns/1600x1600 @@ -0,0 +1,22 @@ +How to use this icon: + +Step 1: Copy the icon to the clipboard +a) Click on this file from the Finder +b) Choose 'Get Info' from the 'File' menu. +c) In the info window that pops up, click on the icon +d) Choose 'Copy' from the 'Edit' menu. +e) Close the info window + +Step 2: Paste the icon to the desired item +a) Go to the item in the Finder that you want a custom icon +b) Click the item (file, folder, disk, etc) +b) Choose 'Get Info' from the 'File' menu. +c) In the info window that pops up, click on the icon +d) Choose 'Paste' from the 'Edit' menu. +e) Close the info window + +Step 3: +Enjoy your newly customized icon! + +For more thorough directions, see Apple's website at: +http://www.apple.com/support/mac101/customize/6/ diff --git a/logo/ico/1600x1600.ico b/logo/ico/1600x1600.ico new file mode 100755 index 0000000..d98c74e Binary files /dev/null and b/logo/ico/1600x1600.ico differ diff --git a/logo/png/128x128.png b/logo/png/128x128.png new file mode 100755 index 0000000..0f7d94e Binary files /dev/null and b/logo/png/128x128.png differ diff --git a/logo/png/1600x1600.png b/logo/png/1600x1600.png new file mode 100755 index 0000000..c5fbdb7 Binary files /dev/null and b/logo/png/1600x1600.png differ diff --git a/logo/png/16x16.png b/logo/png/16x16.png new file mode 100755 index 0000000..396076e Binary files /dev/null and b/logo/png/16x16.png differ diff --git a/logo/png/24x24.png b/logo/png/24x24.png new file mode 100755 index 0000000..a7a64bc Binary files /dev/null and b/logo/png/24x24.png differ diff --git a/logo/png/256x256.png b/logo/png/256x256.png new file mode 100755 index 0000000..f5c3662 Binary files /dev/null and b/logo/png/256x256.png differ diff --git a/logo/png/32x32.png b/logo/png/32x32.png new file mode 100755 index 0000000..f9007a4 Binary files /dev/null and b/logo/png/32x32.png differ diff --git a/logo/png/48x48.png b/logo/png/48x48.png new file mode 100755 index 0000000..33ca836 Binary files /dev/null and b/logo/png/48x48.png differ diff --git a/logo/png/512x512.png b/logo/png/512x512.png new file mode 100755 index 0000000..8f8eeea Binary files /dev/null and b/logo/png/512x512.png differ diff --git a/logo/png/64x64.png b/logo/png/64x64.png new file mode 100755 index 0000000..de14a70 Binary files /dev/null and b/logo/png/64x64.png differ diff --git a/logo/png/96x96.png b/logo/png/96x96.png new file mode 100755 index 0000000..dcd830f Binary files /dev/null and b/logo/png/96x96.png differ