summarylogtreecommitdiffstats
path: root/pennywise.sh
diff options
context:
space:
mode:
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