summarylogtreecommitdiffstats
path: root/bot.dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bot.dev.sh')
-rw-r--r--bot.dev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.dev.sh b/bot.dev.sh
index 23fdcda243e3..f3ac83c2a709 100644
--- a/bot.dev.sh
+++ b/bot.dev.sh
@@ -1,6 +1,6 @@
#!/bin/bash
_ELECTRON=/usr/bin/electron23
-_ASAR="/opt/bot.dev/bot.dev.asar"
+_ASAR="/opt/bot.dev/resources/app.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else