1
0
Fork 0
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:
neodiX 2024-12-26 00:03:52 +04:00
parent 648d113c0b
commit 42994dbe25

View file

@ -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 "$@"