summarylogtreecommitdiffstats
path: root/pennywise.sh
diff options
context:
space:
mode:
authorzxp198210052023-09-21 13:42:18 +0800
committerzxp198210052023-09-21 13:42:18 +0800
commite5e0b7af80f4e4e6aa13ab3c740d4a23a1963a8e (patch)
tree87e720a4c8c0240a5fcb43d6b0a2c73442ef625e /pennywise.sh
parentbe5edd0cb9b054b7c6f446fe425ec961819dae37 (diff)
downloadaur-e5e0b7af80f4e4e6aa13ab3c740d4a23a1963a8e.tar.gz
fix errors
Diffstat (limited to 'pennywise.sh')
-rw-r--r--pennywise.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pennywise.sh b/pennywise.sh
index b57cb80742cd..b29bd79c54fc 100644
--- a/pennywise.sh
+++ b/pennywise.sh
@@ -1,6 +1,6 @@
#!/bin/bash
_ELECTRON=/usr/bin/electron5
-_ASAR="/opt/pennywise/app.asar"
+_ASAR="/opt/pennywise/resources/app.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else