Skip to content

Commit 5bce033

Browse files
committed
build binaries with nodewebkit 0.9.2
1 parent c704c8e commit 5bce033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ grunt.loadNpmTasks('grunt-node-webkit-builder');
44
grunt.initConfig({
55
nodewebkit: {
66
options: {
7+
version: '0.9.2',
78
build_dir: './dist', // Where the build version of my node-webkit app is saved
89
mac: true, // We want to build it for mac
910
win: true, // We want to build it for win

0 commit comments

Comments
 (0)