Skip to content

Commit 8e10302

Browse files
committed
Use working nwjs 0.12.3
1 parent 2d2014f commit 8e10302

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ urch
99
Crafty/
1010
.settings
1111
cache/
12+
webkitbuilds/

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,10 @@ module.exports = function (grunt) {
173173
},
174174
nwjs: {
175175
options: {
176-
version: 'v0.14.5',
177-
platforms: ['osx64'],
176+
version: 'v0.12.3',
177+
platforms: ['linux64', 'osx64', 'win64'],
178178
buildDir: './webkitbuilds',
179+
winIco: 'assets/desktop/icon_48.ico'
179180
},
180181
src: ['./dist/**/**']
181182
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nw-demo",
2+
"name": "Strider",
33
"description": "Strider is a 2D sci-fi platformer game.",
44
"version": "1.0.6",
55
"private": true,

0 commit comments

Comments
 (0)