Skip to content

Commit

Permalink
Use working nwjs 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Jun 1, 2016
1 parent 2d2014f commit 8e10302
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ urch
Crafty/
.settings
cache/
webkitbuilds/
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,10 @@ module.exports = function (grunt) {
},
nwjs: {
options: {
version: 'v0.14.5',
platforms: ['osx64'],
version: 'v0.12.3',
platforms: ['linux64', 'osx64', 'win64'],
buildDir: './webkitbuilds',
winIco: 'assets/desktop/icon_48.ico'
},
src: ['./dist/**/**']
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nw-demo",
"name": "Strider",
"description": "Strider is a 2D sci-fi platformer game.",
"version": "1.0.6",
"private": true,
Expand Down

0 comments on commit 8e10302

Please sign in to comment.