mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
4 lines
110 B
Text
4 lines
110 B
Text
|
#!/bin/sh
|
||
|
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
|
||
|
exec "$(dirname $0)"/usr/bin/app "$@"
|