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', diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index a72a7be04..669f4d67c 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -305,7 +305,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r self.updateError = bwsError.msg(err, gettext('Could not update Wallet')); } else { if (!opts.quiet) - self.setOngoingProcess('scanning', ret.wallet.scanning); + self.setOngoingProcess('scanning', ret.wallet.scanStatus == 'running'); } return cb(err, ret); });