Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Bernon <rbernon@codeweavers.com>2021-05-27 17:58:39 +0300
committerRémi Bernon <rbernon@codeweavers.com>2021-05-27 17:59:02 +0300
commit0e897ff8b72c95983e79f8b013de783869fa2be3 (patch)
tree4040942c8536843a072533a7e75d0b28e85af365 /configure.sh
parenta8b3580679081fa562cead6aa9b65ce602a308c9 (diff)
build: Move protonsdk_version default value to configure.sh.
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.sh b/configure.sh
index eae6605b..eee3dbe2 100755
--- a/configure.sh
+++ b/configure.sh
@@ -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