mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-21 19:40:58 +00:00
Updated builder.sh to run the editor correctly when the script is started from another directory
This commit is contained in:
parent
1f1f9937ae
commit
a9e05a0b2c
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
cd "$(dirname "$0")"
|
||||
mono Builder.exe
|
||||
|
|
Loading…
Reference in a new issue