Skip to content

Commit

Permalink
Fix #419: upgrade nwjs version to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed Mar 31, 2016
1 parent ba98256 commit c96dde9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ module.exports = function(grunt) {
nwjs: {
windows : {
options: {
version : "0.11.5",
version : "0.12.3",
build_dir: './dest/desktop/', // destination folder of releases.
win: true,
linux32: true,
Expand All @@ -289,8 +289,7 @@ module.exports = function(grunt) {
macos : {
options: {
osx64: true,
// had performance issues with 0.11.5 on mac os, need to test new versions/new hardware
version : "0.10.5",
version : "0.12.3",
build_dir: './dest/desktop/'
},
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
Expand Down

0 comments on commit c96dde9

Please sign in to comment.