summarylogtreecommitdiffstats
path: root/epherome.sh
diff options
context:
space:
mode:
Diffstat (limited to 'epherome.sh')
-rw-r--r--epherome.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/epherome.sh b/epherome.sh
index 887f423e8e38..e850be0c4bbb 100644
--- a/epherome.sh
+++ b/epherome.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-_ELECTRON=/usr/bin/electron24
+_ELECTRON=/usr/bin/electron22
_ASAR="/opt/epherome/epherome.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"