Fix #687 - use normal flavor for nwjs apps
This commit is contained in:
parent
f2b733c91e
commit
e6a65c0db4
1 changed files with 4 additions and 2 deletions
|
@ -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/"]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue