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