update grunt

This commit is contained in:
Matias Alejo Garcia 2016-07-28 09:07:29 -03:00
commit 26badd649b
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 12 additions and 14 deletions

View file

@ -235,12 +235,12 @@ module.exports = function(grunt) {
singleRun: true
}
},
nodewebkit: {
nwjs: {
options: {
appName: 'Copay',
platforms: ['win64', 'osx64', 'linux64'],
buildDir: './webkitbuilds',
version: '0.12.2',
version: '0.16.0',
macIcns: './public/img/icons/icon.icns',
exeIco: './public/img/icons/icon.ico'
},