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
path: root/docker
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 /docker
parenta8b3580679081fa562cead6aa9b65ce602a308c9 (diff)
build: Move protonsdk_version default value to configure.sh.
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index a9583107..8668ee02 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -40,8 +40,8 @@ To update the official Proton SDK images:
images and version them with the same tag as the Git tag.
4) Once the images have been published, update the default
- `protonsdk_version` version number in `Makefile` to use the newly
- built images by default.
+ `arg_protonsdk_image` version number in `configure.sh` to use the
+ newly built images by default.
Any change or addition to GPL-ed source first requires to update or add
the corresponding source to <https://repo.steampowered.com/proton-sdk>.