We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf18198 + c6b8739 commit 8269f49Copy full SHA for 8269f49
build.sh
@@ -22,7 +22,7 @@ VERSION=`sed -En -e 's/.*VERSION_STRING[[:space:]]+"([0-9]+\.[0-9]+(\.[0-9]+)*)"
22
VERSION=`echo -n "${VERSION}" | sed -E -e 's/([0-9]+\.[0-9]+)\.0/\1/'`
23
24
function usage {
25
- echo "Usage: $(basename $0) [--debug] (macos | windows | linux | linux-raspbian)... "
+ echo "Usage: $(basename $0) [--debug] (macos | ios | windows | linux | linux-raspbian) "
26
exit 1
27
}
28
0 commit comments