Updated builder.sh to run the editor correctly when the script is started from another directory

This commit is contained in:
pug stonks 2023-10-08 03:21:51 -04:00 committed by GitHub
parent 1f1f9937ae
commit a9e05a0b2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,3 @@
#!/usr/bin/env bash
cd "$(dirname "$0")"
mono Builder.exe