summarylogtreecommitdiffstats
path: root/remove-electron-sudo.patch
blob: 925fa080493d1e051ba9816ea0e95dc064e3248c (plain)
1
2
3
4
5
6
7
8
9
10
11
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;