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