10-24-2022, 02:44 AM
Oh, I see the problem now, you didn't run the script from the same directory it was in. Unfortunately it does seem that I unintentionally broke that a few releases ago.
I'll fix it in the next release, but for now you can work around it either by cd'ing to the
Working around the issue by compiling via a different QB64 version ('official v2.1' or another PE version) will probably be fine but there is some potential to hit weird problems. Personally I'd recommend just rebuilding it via the above suggestion but that's completely up to you.
I'll fix it in the next release, but for now you can work around it either by cd'ing to the
qb64pedirectory before running the script (preferred approach) or edit the script to have
cd "$(dirname "$0")"at the top instead of the similar line that's currently there.
Working around the issue by compiling via a different QB64 version ('official v2.1' or another PE version) will probably be fine but there is some potential to hit weird problems. Personally I'd recommend just rebuilding it via the above suggestion but that's completely up to you.