mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
5 lines
163 B
Bash
Executable File
5 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
APPDIR="$(dirname "$(readlink -f "${0}")")"
|
|
export LD_LIBRARY_PATH=${APPDIR}/usr/lib/:$LD_LIBRARY_PATH
|
|
|
|
exec "${APPDIR}/usr/bin/nim_status_client" "$@" |