summarylogtreecommitdiffstats
path: root/node.sh
diff options
context:
space:
mode:
authorsurefire2019-10-19 13:47:41 +0300
committersurefire2019-10-19 13:47:41 +0300
commit62306c335c6a83df5b20e26f22f9b0e29e30a550 (patch)
treeb8e33194753ef66a13314373b940d19b276734b8 /node.sh
parent987df8b27279de85816bec8c82781af59d280212 (diff)
downloadaur-62306c335c6a83df5b20e26f22f9b0e29e30a550.tar.gz
Fix build
Diffstat (limited to 'node.sh')
-rw-r--r--node.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.sh b/node.sh
index 84bccb086e7b..2054c593a660 100644
--- a/node.sh
+++ b/node.sh
@@ -3,4 +3,4 @@
export ELECTRON_RUN_AS_NODE=1
export ELECTRON_NO_ASAR=1
-exec /usr/lib/electron2/electron2 "$@"
+exec /usr/lib/electron2/electron "$@"