mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
|
#!/bin/bash
|
||
|
APPDIR="$(dirname "$(readlink -f "${0}")")"
|
||
|
export LD_LIBRARY_PATH=${APPDIR}/usr/lib/:$LD_LIBRARY_PATH
|
||
|
|
||
|
exec "${APPDIR}/usr/bin/nim_status_client" "$@"
|