summarylogtreecommitdiffstats
path: root/openbazaar.js
diff options
context:
space:
mode:
authorGianluca Boiano2018-12-25 13:01:23 +0100
committerGianluca Boiano2018-12-25 13:01:23 +0100
commit13869a3cb4f2e61654d756a3e41ddfecf6bcf369 (patch)
treed4830ead3b373b3c930e6edf4c0657a58d13266c /openbazaar.js
parent3a48cfc78ef37e4b96d4f1d48f31e0c82f87d503 (diff)
downloadaur-13869a3cb4f2e61654d756a3e41ddfecf6bcf369.tar.gz
openbazaar-git: updated
Diffstat (limited to 'openbazaar.js')
-rwxr-xr-xopenbazaar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbazaar.js b/openbazaar.js
index 41ca7f18cb5a..b9b1c2aa5bd8 100755
--- a/openbazaar.js
+++ b/openbazaar.js
@@ -1,4 +1,4 @@
-#!/usr/bin/electron
+#!/usr/bin/electron2
const name = 'openbazaar';
@@ -11,7 +11,7 @@ const fd = fs.openSync('/proc/self/comm', fs.constants.O_WRONLY);
fs.writeSync(fd, name);
fs.closeSync(fd);
-// Remove first command line argument (/usr/bin/electron).
+// Remove first command line argument (/usr/bin/electron2).
process.argv.splice(0, 1);
// Set development mode