mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
8 lines
188 B
Bash
8 lines
188 B
Bash
#!/bin/sh
|
|
|
|
bindir=$(dirname "$(readlink -nf $0)")
|
|
|
|
libdir=$(cd "${bindir}/../lib" ; pwd)
|
|
|
|
LD_LIBRARY_PATH="${libdir}/qtcreator:${LD_LIBRARY_PATH}" exec "${bindir}/qtcreator.bin" ${1+"$@"}
|