Skip to content

Commit

Permalink
Added taskbar icon - Issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Feb 11, 2014
1 parent f0a460a commit f06ca83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ module.exports = function(grunt) {
}
},
{expand: true, src: ['package.json'], dest: 'build/', filter: 'isFile'},
{expand: true, src: ['icon.png'], dest: 'build/', filter: 'isFile'},
{expand: true, src: ['.htaccess'], dest: 'build/', filter: 'isFile'}
]
}
Expand Down Expand Up @@ -151,7 +152,9 @@ module.exports = function(grunt) {
}
}
},

/**
* Create node-webkit based Desktop distros
*/
nodewebkit: {
options: {
version: '0.8.4',
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Psiral",
"description": "Psiral. A turn-based strategy 2D game with wizards.",
"version": "1.0.0-51",
"version": "1.0.0-52",
"private": true,
"main": "index.html",
"author": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"window": {
"title": "Psiral",
"icon": "link.png",
"icon": "icon.png",
"toolbar": false,
"frame": false,
"min_width": 1024,
Expand Down

0 comments on commit f06ca83

Please sign in to comment.