build: Move protonsdk_version default value to configure.sh.

This commit is contained in:
Rémi Bernon 2021-05-27 16:58:39 +02:00
parent a8b3580679
commit 0e897ff8b7
No known key found for this signature in database
GPG key ID: 38D0E5827B54E5C9
4 changed files with 17 additions and 11 deletions

View file

@ -97,7 +97,7 @@ function configure() {
#
arg_steamrt="soldier"
arg_protonsdk_image=""
arg_protonsdk_image="registry.gitlab.steamos.cloud/proton/soldier/sdk:0.20210126.1-1"
arg_no_protonsdk=""
arg_build_name=""
arg_docker_opts=""
@ -208,7 +208,6 @@ usage() {
exit 1;
}
[[ $# -gt 0 ]] || usage info
parse_args "$@" || usage err
[[ -z $arg_help ]] || usage info