summarylogtreecommitdiffstats
path: root/frontimer.sh
diff options
context:
space:
mode:
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 8c20e6657544..72b3dccebe28 100644
--- a/frontimer.sh
+++ b/frontimer.sh
@@ -1,6 +1,6 @@
#!/bin/bash
_ELECTRON=/usr/bin/electron23
-_ASAR="/opt/frontimer/frontimer.asar"
+_ASAR="/opt/frontimer/resources/app.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else