Fix #687 - use normal flavor for nwjs apps

This commit is contained in:
juliandescottes 2017-05-13 01:03:14 +02:00
parent f2b733c91e
commit e6a65c0db4

View File

@ -319,7 +319,8 @@ module.exports = function(grunt) {
build_dir: './dest/desktop/', // destination folder of releases.
win: true,
linux32: true,
linux64: true
linux64: true,
flavor: "normal",
},
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
},
@ -328,7 +329,8 @@ module.exports = function(grunt) {
downloadUrl: 'https://dl.nwjs.io/',
osx64: true,
version : "0.19.4",
build_dir: './dest/desktop/'
build_dir: './dest/desktop/',
flavor: "normal",
},
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
},