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