Bump nwjs version to `0.63.1` for macOS

This commit is contained in:
Ayushman Chhabra 2022-05-01 15:25:16 -04:00
parent 65f58e5967
commit dd5a22e8e1
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
# nodejs local installs
node_modules
npm-debug.log
pnpm-lock.yaml
# node webkit cache
cache

View File

@ -286,7 +286,7 @@ module.exports = function(grunt) {
options: {
downloadUrl: 'https://dl.nwjs.io/',
osx64: true,
version : "0.49.1",
version : "0.63.1",
build_dir: './dest/desktop/',
flavor: "normal",
},