diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 12:38:43 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 13:39:16 -0800 |
commit | 7c84e3de0572ff30180df258d4ca4a451e77fe2e (patch) | |
tree | 74b43de9369f2fd10e3551b7cd95f3d5bcfa2208 /packaging | |
parent | 53c239461d735b7a6568298afc69f241be992d0d (diff) | |
download | subsurface-7c84e3de0572ff30180df258d4ca4a451e77fe2e.tar.gz |
update Windows README
Pointing at the current build container.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/README.md b/packaging/windows/README.md index 84f64a354..e1829f2dc 100644 --- a/packaging/windows/README.md +++ b/packaging/windows/README.md @@ -12,7 +12,7 @@ git clone git://github.com/subsurface/subsurface cd subsurface git submodule init git submodule update -docker run -v /some/path/windows:/__w subsurface/mxe-build-container:2.0 /bin/bash /__w/subsurface/packaging/windows/create-win-installer.sh +docker run -v /some/path/windows:/__w subsurface/mxe-build-container:2.2 /bin/bash /__w/subsurface/packaging/windows/create-win-installer.sh ``` This will result in subsurface-VERSION.exe and smtk2ssrf-VERSION.exe to be created. |