From c90657361e4ee10b2385a178d4e98b1afd2fd84d Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 10 Dec 2015 17:02:03 -0300 Subject: [PATCH] fix case in Copay OSX bundle --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 2f496e1b3..efb5edc98 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -177,6 +177,7 @@ module.exports = function(grunt) { }, nodewebkit: { options: { + appName: 'Copay', platforms: ['win', 'osx', 'linux'], buildDir: './webkitbuilds', version: '0.12.2',