diff --git a/Android/icon.png b/Android/icon.png new file mode 100644 index 0000000..bac55b3 Binary files /dev/null and b/Android/icon.png differ diff --git a/Gruntfile.js b/Gruntfile.js index 095ded9..23a9bc9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -79,7 +79,7 @@ module.exports = function(grunt) { { expand: true, cwd: 'Android', - src: ['index.html', 'config.xml', 'res'], + src: ['index.html', 'config.xml', 'res/**', 'icon.png'], dest: 'build/android' }, {