SmartLockerTools/resources/run.sh.in
amass 8abee988e7
Some checks failed
Windows CI / build (push) Failing after 3m5s
add linux deploy.
2024-10-03 20:47:45 +08:00

6 lines
123 B
Bash

#!/bin/bash
export LD_LIBRARY_PATH="$(dirname "\$0")/lib:$LD_LIBRARY_PATH"
"$(dirname "\$0")/bin/@EXECUTABLE_NAME@" "$@"