JustMotion/client/templates/linux_run_script.sh
zii 7c72d26e46 v1.0
-initial commit
-basic functions tested working
2025-06-26 12:06:41 -04:00

6 lines
145 B
Bash

#!/bin/sh
export QTDIR=$install_dir
export QT_PLUGIN_PATH=$install_dir
export LD_LIBRARY_PATH=$install_dir/lib
$install_dir/$app_target $1 $2 $3