summarylogtreecommitdiffstats
path: root/bear-graph.sh
diff options
context:
space:
mode:
authorzxp198210052023-10-13 10:33:54 +0800
committerzxp198210052023-10-13 10:33:54 +0800
commit9144c9625fc9ec33ace993e988f33e927037d2e4 (patch)
tree782c37d6c709270c92c87280568ef1d248aa9bdc /bear-graph.sh
parent49e45be38981c57648d0c26d814aac25c8c4c918 (diff)
downloadaur-9144c9625fc9ec33ace993e988f33e927037d2e4.tar.gz
fix errors
Diffstat (limited to 'bear-graph.sh')
-rw-r--r--bear-graph.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bear-graph.sh b/bear-graph.sh
index 0d73cc9da5d6..2d95226cf76e 100644
--- a/bear-graph.sh
+++ b/bear-graph.sh
@@ -1,6 +1,6 @@
#!/bin/bash
_ELECTRON=/usr/bin/electron25
-_ASAR="/opt/bear-graph/bear-graph.asar"
+_ASAR="/opt/bear-graph/resources/app.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else