Skip to content

Commit

Permalink
Fix #687 - use normal flavor for nwjs apps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed May 12, 2017
1 parent f2b733c commit e6a65c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ module.exports = function(grunt) {
build_dir: './dest/desktop/', // destination folder of releases.
win: true,
linux32: true,
linux64: true
linux64: true,
flavor: "normal",
},
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
},
Expand All @@ -328,7 +329,8 @@ module.exports = function(grunt) {
downloadUrl: 'https://dl.nwjs.io/',
osx64: true,
version : "0.19.4",
build_dir: './dest/desktop/'
build_dir: './dest/desktop/',
flavor: "normal",
},
src: ['./dest/prod/**/*', "./package.json", "!./dest/desktop/"]
},
Expand Down

0 comments on commit e6a65c0

Please sign in to comment.