From 7ad836f9f92c996e43e22f809de203956b91349e Mon Sep 17 00:00:00 2001 From: Filipe Vieira Date: Tue, 6 May 2014 03:16:51 +0100 Subject: [PATCH] Setup nw releases destinations to build folder. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,