mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
build: Move protonsdk_version default value to configure.sh.
This commit is contained in:
parent
a8b3580679
commit
0e897ff8b7
4 changed files with 17 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue