upgrade nwjs to 0.19.4
This commit is contained in:
parent
2cdc999875
commit
2ec6c4b848
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ module.exports = function(grunt) {
|
||||||
nwjs: {
|
nwjs: {
|
||||||
windows : {
|
windows : {
|
||||||
options: {
|
options: {
|
||||||
version : "0.18.8",
|
version : "0.19.4",
|
||||||
build_dir: './dest/desktop/', // destination folder of releases.
|
build_dir: './dest/desktop/', // destination folder of releases.
|
||||||
win: true,
|
win: true,
|
||||||
linux32: true,
|
linux32: true,
|
||||||
|
@ -312,7 +312,7 @@ module.exports = function(grunt) {
|
||||||
macos : {
|
macos : {
|
||||||
options: {
|
options: {
|
||||||
osx64: true,
|
osx64: true,
|
||||||
version : "0.18.8",
|
version : "0.19.4",
|
||||||
build_dir: './dest/desktop/'
|
build_dir: './dest/desktop/'
|
||||||
},
|
},
|
||||||
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
||||||
|
|
Loading…
Reference in a new issue