summarylogtreecommitdiffstats
path: root/chain-desktop-wallet.sh
diff options
context:
space:
mode:
authorzxp198210052023-09-18 13:54:56 +0800
committerzxp198210052023-09-18 13:54:56 +0800
commitfca0c055f21f89cbecc3b9b18d99922f6e44d77a (patch)
tree1d40bbb58e7aacbbb8417d041291b60143aadb3a /chain-desktop-wallet.sh
parent365513ad42dfa2d48ebad600a9e464a22abbe726 (diff)
downloadaur-fca0c055f21f89cbecc3b9b18d99922f6e44d77a.tar.gz
update to 1.4.3
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