mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
upgrade nwjs to 0.19.4
This commit is contained in:
parent
2cdc999875
commit
2ec6c4b848
@ -301,7 +301,7 @@ module.exports = function(grunt) {
|
||||
nwjs: {
|
||||
windows : {
|
||||
options: {
|
||||
version : "0.18.8",
|
||||
version : "0.19.4",
|
||||
build_dir: './dest/desktop/', // destination folder of releases.
|
||||
win: true,
|
||||
linux32: true,
|
||||
@ -312,7 +312,7 @@ module.exports = function(grunt) {
|
||||
macos : {
|
||||
options: {
|
||||
osx64: true,
|
||||
version : "0.18.8",
|
||||
version : "0.19.4",
|
||||
build_dir: './dest/desktop/'
|
||||
},
|
||||
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
|
||||
|
Loading…
Reference in New Issue
Block a user