summaryrefslogtreecommitdiffstats
path: root/packaging/windows
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/README.md b/packaging/windows/README.md
index 803df2c50..84f64a354 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:1.1 /bin/bash /__w/subsurface/packaging/windows/create-win-installer.sh
+docker run -v /some/path/windows:/__w subsurface/mxe-build-container:2.0 /bin/bash /__w/subsurface/packaging/windows/create-win-installer.sh
```
This will result in subsurface-VERSION.exe and smtk2ssrf-VERSION.exe to be created.