diff --git a/build_proton.sh b/build_proton.sh index 51eb80ef..ee87be6d 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -447,6 +447,9 @@ case "$BUILD_COMPONENTS" in "vrclient") build_vrclient32; build_vrclient64 ;; "vrclient32") build_vrclient32 ;; "vrclient64") build_vrclient64 ;; + "lsteamclient") build_lsteamclient32; build_lsteamclient64 ;; + "lsteamclient32") build_lsteamclient32 ;; + "lsteamclient64") build_lsteamclient64 ;; *) echo "Invalid build components: $BUILD_COMPONENTS" ;; esac