diff --git a/Gruntfile.js b/Gruntfile.js index a9b03146..962ebe85 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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': [ { diff --git a/icon.icns b/icon.icns new file mode 100644 index 00000000..435912ca Binary files /dev/null and b/icon.icns differ diff --git a/icon.ico b/icon.ico new file mode 100644 index 00000000..53b6712e Binary files /dev/null and b/icon.ico differ