fix: steam deck compatible source path expansion

This commit is contained in:
aclist 2026-01-15 04:30:44 +09:00
parent 4b47ff1fe0
commit ebc62b0b1b

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o pipefail set -o pipefail
src_path=$(realpath "$0") src_path="$(readlink -e "$0")"
version=6.0.0 version=6.0.0