Skip to content

Commit

Permalink
Shrink OSX task bar icon. See #64
Browse files Browse the repository at this point in the history
Also add a higher resolution
  • Loading branch information
bastimeyer committed Mar 31, 2015
1 parent 5605723 commit 040000b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added build/resources/icons/icon-1024.icns
Binary file not shown.
Binary file removed build/resources/icons/icon-512.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion build/tasks/configs/nodewebkit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
cacheDir: "build/cache",
version : "<%= package.config['nw-js-version'] %>",
winIco : "build/resources/icons/icon-16-32-48-256.ico",
macIcns : "build/resources/icons/icon-512.icns",
macIcns : "build/resources/icons/icon-1024.icns",
macPlist: {
CFBundleName : "<%= package.config['display-name'] %>",
CFBundleDisplayName: "<%= package.config['display-name'] %>",
Expand Down

0 comments on commit 040000b

Please sign in to comment.