Skip to content
Snippets Groups Projects
Verified Commit 17f179d9 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Fix latest download links.

parent d948da34
No related branches found
No related tags found
No related merge requests found
......@@ -7,27 +7,28 @@ weight = 1
aliases = ["/downloads", "/download"] # Redirect for Hydrology II tutorial
# url encode job name, https://www.w3schools.com/tags/ref_urlencode.ASP
[[head_downloads]]
name = "Latest Windows CLI with Utilities"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-win?job=build+win"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-win?job=build+win%3A+%5BUSE_PYTHON%3DON%5D"
note = "Download and unpack .zip-file"
icon = "fab fa-windows"
[[head_downloads]]
name = "Latest Windows Data Explorer with Utilities"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-gui-win?job=build+gui+win"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-gui-win?job=build+gui+win%3A+%5BUSE_PYTHON%3DON%5D"
note = "Download and unpack .zip-file"
icon = "fab fa-windows"
[[head_downloads]]
name = "Latest Windows CLI with Utilities (without Python bindings)"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-win?job=build+win+no+python"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-win?job=build+win%3A+%5BUSE_PYTHON%3DOFF%5D"
note = "Download and unpack .zip-file"
icon = "fab fa-windows"
[[head_downloads]]
name = "Latest Windows Data Explorer with Utilities (without Python bindings)"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-gui-win?job=build+gui+win+no+python"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-gui-win?job=build+gui+win%3A+%5BUSE_PYTHON%3DOFF%5D"
note = "Download and unpack .zip-file"
icon = "fab fa-windows"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment