Skip to content

Commit

Permalink
[APPIMAGE] Set lib path for ZAPD (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Jul 8, 2022
1 parent 1c91953 commit 0f34b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appimage/soh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
HERE="$(dirname "$(readlink -f "${0}")")"/../..

export PATH="$HERE"/bin:"$HERE"/usr/bin:"$PATH"
export LD_LIBRARY_PATH="$HERE"/usr/lib:"$LD_LIBRARY_PATH"

while [[ ! -e "$PWD"/oot.otr ]]; do
export ASSETDIR="$(mktemp -d /tmp/assets-XXXXX)"
Expand Down

0 comments on commit 0f34b99

Please sign in to comment.