mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
update Windows README
Pointing at the current build container. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
53c239461d
commit
7c84e3de05
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue