summarylogtreecommitdiffstats
path: root/node.sh
diff options
context:
space:
mode:
Diffstat (limited to 'node.sh')
-rw-r--r--node.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/node.sh b/node.sh
deleted file mode 100644
index 2054c593a660..000000000000
--- a/node.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-export ELECTRON_RUN_AS_NODE=1
-export ELECTRON_NO_ASAR=1
-
-exec /usr/lib/electron2/electron "$@"