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.
1 parent bf18198 commit c6b8739Copy full SHA for c6b8739
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