Fix prints in entrypoints

Looks like you didn't update the echos
This commit is contained in:
Tomer Keren 2019-12-29 12:35:48 +02:00 committed by GitHub
parent e3271898b4
commit 64b5e9f54f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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