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