mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
add export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}" to appimage AppRun
This commit is contained in:
parent
648d113c0b
commit
42994dbe25
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
|
||||
export PATH=$PATH:$(dirname "$0")/usr/bin
|
||||
cd "$(dirname $APPIMAGE)" & exec app "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue