mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2025-12-31 05:48:35 +03:00
@@ -26,7 +26,7 @@ godot_version=""
|
||||
build_classical=1
|
||||
build_mono=1
|
||||
|
||||
while getopts "h?v:b" opt; do
|
||||
while getopts "h?v:b:" opt; do
|
||||
case "$opt" in
|
||||
h|\?)
|
||||
echo "Usage: $0 [OPTIONS...]"
|
||||
|
||||
@@ -7,7 +7,7 @@ templates_version=""
|
||||
build_classical=1
|
||||
build_mono=1
|
||||
|
||||
while getopts "h?v:t:b" opt; do
|
||||
while getopts "h?v:t:b:" opt; do
|
||||
case "$opt" in
|
||||
h|\?)
|
||||
echo "Usage: $0 [OPTIONS...]"
|
||||
|
||||
Reference in New Issue
Block a user