We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c704c8e commit 5bce033Copy full SHA for 5bce033
Gruntfile.js
@@ -4,6 +4,7 @@ grunt.loadNpmTasks('grunt-node-webkit-builder');
4
grunt.initConfig({
5
nodewebkit: {
6
options: {
7
+ version: '0.9.2',
8
build_dir: './dist', // Where the build version of my node-webkit app is saved
9
mac: true, // We want to build it for mac
10
win: true, // We want to build it for win
0 commit comments