summarylogtreecommitdiffstats
path: root/frontimer.sh
diff options
context:
space:
mode:
authorzxp198210052023-10-13 17:29:11 +0800
committerzxp198210052023-10-13 17:29:11 +0800
commit5ced32bd2a085bf32eaba84a1d6f6b2f943a8d3d (patch)
tree3936cf6327d5b035ad748cf8ec8a8180a1bff9b5 /frontimer.sh
parent9b27963b99c511b88cf1f15abb558eebcdc8bf10 (diff)
downloadaur-5ced32bd2a085bf32eaba84a1d6f6b2f943a8d3d.tar.gz
fix errors
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