summarylogtreecommitdiffstats
path: root/prepros.sh
diff options
context:
space:
mode:
authorzxp198210052023-09-19 09:14:11 +0800
committerzxp198210052023-09-19 09:14:11 +0800
commitb411a2ee963d3ae3cdc688a64680e09bc5886b35 (patch)
tree108f050c45f8d183f8b6830f0642070aad628da5 /prepros.sh
parentd916522bc7b85feb1c7ea377b66cf74057ab3831 (diff)
downloadaur-b411a2ee963d3ae3cdc688a64680e09bc5886b35.tar.gz
fix errors
Diffstat (limited to 'prepros.sh')
-rw-r--r--prepros.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepros.sh b/prepros.sh
index 08c33cac67df..3ba4cebf6cf9 100644
--- a/prepros.sh
+++ b/prepros.sh
@@ -1,6 +1,6 @@
#!/bin/bash
_ELECTRON=/usr/bin/electron25
-_ASAR="/opt/prepros/app.asar"
+_ASAR="/opt/prepros/resources/app.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else