diff -ura package.orig/src/utils.js package.new/src/utils.js --- package.orig/src/utils.js 2019-03-23 21:06:10.110844584 +0100 +++ package.new/src/utils.js 2019-03-23 21:06:28.024347309 +0100 @@ -16,7 +16,6 @@ const tmp = require('tmp'); const exec = require('child_process').exec; const cp = require('child_process'); -const sudo = require('electron-sudo'); const winston = require('winston'); const getos = require('getos'); const commandExistsSync = require('command-exists').sync;