summarylogtreecommitdiffstats
path: root/frontimer.sh
diff options
context:
space:
mode:
authorzxp198210052023-10-16 09:50:24 +0800
committerzxp198210052023-10-16 09:50:24 +0800
commit401a82d57621ffd2cc238eb5dff9532b79ed71f4 (patch)
treea90a53bc33bbb1a3545fcf22e3596fd301437b08 /frontimer.sh
parent5ced32bd2a085bf32eaba84a1d6f6b2f943a8d3d (diff)
downloadaur-401a82d57621ffd2cc238eb5dff9532b79ed71f4.tar.gz
update to 0.1.17
Diffstat (limited to 'frontimer.sh')
-rw-r--r--frontimer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontimer.sh b/frontimer.sh
index 72b3dccebe28..8e938c97d980 100644
--- a/frontimer.sh
+++ b/frontimer.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-_ELECTRON=/usr/bin/electron23
+_ELECTRON=/usr/bin/electron25
_ASAR="/opt/frontimer/resources/app.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"