mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 01:37:53 +00:00
9 lines
250 B
Bash
9 lines
250 B
Bash
#!/bin/bash
|
|
|
|
HERE="$(dirname "$(readlink -f "${0}")")"
|
|
echo $HERE
|
|
|
|
export GST_PLUGIN_SCANNER=$(readlink -f $(dirname "$0")/usr/lib/gst-plugin-scanner)
|
|
export GST_PLUGIN_SYSTEM_PATH=$(readlink -f $(dirname "$0")/usr/lib)
|
|
|
|
${APPDIR}/usr/bin/feather $*
|