Closed sph432 closed 4 months ago
Your bash launcher won't work if not called from the same directory.
I suggest changing it to something along the lines of
#!/usr/bin/env bash mono "$(dirname ${BASH_SOURCE[0]:-$0})"/K5TOOL.exe "$@"
so that it will work as intended if added to $PATH.
Thanks, fixed in https://github.com/qrp73/K5TOOL/commit/6d193904de2e1e9de43d79fcbe8aa02d89a08514
Your bash launcher won't work if not called from the same directory.
I suggest changing it to something along the lines of
so that it will work as intended if added to $PATH.