Fix prints in entrypoints
Looks like you didn't update the echos
This commit is contained in:
parent
e3271898b4
commit
64b5e9f54f
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ then
|
|||
fi
|
||||
|
||||
# Export for project
|
||||
echo "Building ${PROJECT} for Linux"
|
||||
echo "Building $1 for $2"
|
||||
mkdir -p `pwd`/build/${SubDirectoryLocation:-""}
|
||||
godot --export $2 `pwd`/build/${SubDirectoryLocation:-""}$1
|
||||
|
||||
|
|
Reference in a new issue