Skip to content

Commit

Permalink
Trying to fix mac icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed Mar 27, 2018
1 parent bfd55cb commit 9e2c82a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ module.exports = function (grunt) {
flavor: 'normal', // normal or sdk
zip: false,
version: '0.29.0', // If you modify you need to rebuild native modules!
macIcns: './resources/canoe/mac/app.icns',
exeIco: './www/img/app/logo.ico',
macIcns: './icon.icns',
exeIco: './icon.ico',
macPlist: {
'CFBundleURLTypes': [
{
Expand Down
Binary file added icon.icns
Binary file not shown.
Binary file added icon.ico
Binary file not shown.

0 comments on commit 9e2c82a

Please sign in to comment.