summaryrefslogtreecommitdiff
path: root/scripts/linux
diff options
context:
space:
mode:
authorpirate486743186 <429925+pirate486743186@users.noreply.github.com>2023-12-27 19:37:11 +0100
committerGitHub <noreply@github.com>2023-12-27 13:37:11 -0500
commit3f61fbc5f65bdbbc60d456b14a57707e452469af (patch)
tree6457da1f85bd61b85e10a72bbc3a06dd63c2e9db /scripts/linux
parentdc4347253de83f2831e880bdb72753a0bec66687 (diff)
use SHIP_BIN_DIR instead of HERE (#3469)
Diffstat (limited to 'scripts/linux')
-rw-r--r--scripts/linux/appimage/soh.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux/appimage/soh.sh.in b/scripts/linux/appimage/soh.sh.in
index a9d6dbf8c..71121a5ff 100644
--- a/scripts/linux/appimage/soh.sh.in
+++ b/scripts/linux/appimage/soh.sh.in
@@ -23,7 +23,7 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do
do
if [[ -e "$romfile" ]] || [[ -L "$romfile" ]]; then
export ASSETDIR="$(mktemp -d /tmp/assets-XXXXX)"
- ln -s "$HERE"/usr/bin/{assets,soh.elf,ZAPD} "$ASSETDIR"
+ ln -s "$SHIP_BIN_DIR"/{assets,soh.elf,ZAPD} "$ASSETDIR"
export OLDPWD="$PWD"
mkdir -p "$ASSETDIR"/tmp
if [[ -e "$romfile" ]]; then