Renamed app to scope-app in release script

This commit is contained in:
David Kaltschmidt
2015-07-16 16:38:43 +02:00
parent c695c79045
commit 988e2e05d7

View File

@@ -61,7 +61,7 @@ build() {
fi
## Run tests with the distributables, including version check
v=$(./app/app -version | grep -o '[0-9].*')
v=$(./app/scope-app -version | grep -o '[0-9].*')
if ! [ "$v" == "$VERSION" ]; then
echo "Version of distributable "$v" does not match release version $VERSION" >&2
exit 1