diff --git a/Gruntfile.js b/Gruntfile.js index 4f0a2f90..d5bf2f34 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -191,7 +191,7 @@ module.exports = function(grunt) { }, nodewebkit: { options: { - build_dir: './dest', // Where the build version of my node-webkit app is saved + build_dir: './build', // destination folder of releases. mac: true, win: true, linux32: true,