1
0
mirror of https://gitlab.com/openlp/website.git synced 2024-12-22 04:52:49 +00:00

Correct 32-bit Windows installer link

The x86 msi does not have a -x86 suffix.
This commit is contained in:
Bastian Germann 2023-01-07 19:19:56 +01:00
parent 74c71d251c
commit b686b0d601

View File

@ -325,7 +325,7 @@
</button> </button>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><a href="https://get.openlp.org/3.0.1/OpenLP-3.0.1-x64.msi"><i class="fa fa-fw fa-download notranslate"></i> 64-bit Direct Download</a></li> <li><a href="https://get.openlp.org/3.0.1/OpenLP-3.0.1-x64.msi"><i class="fa fa-fw fa-download notranslate"></i> 64-bit Direct Download</a></li>
<li><a href="https://get.openlp.org/3.0.1/OpenLP-3.0.1-x86.msi"><i class="fa fa-fw fa-download notranslate"></i> 32-bit Direct Download</a></li> <li><a href="https://get.openlp.org/3.0.1/OpenLP-3.0.1.msi"><i class="fa fa-fw fa-download notranslate"></i> 32-bit Direct Download</a></li>
</ul> </ul>
</div> </div>
<div class="btn-group"> <div class="btn-group">