mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Proposal: Adding Windows installer download
This commit is contained in:
parent
8f7d01f445
commit
630d65554f
9 changed files with 25 additions and 2 deletions
|
@ -5,8 +5,11 @@
|
|||
cli_hash: ee68ef8d4b3309cca9e68ee272919c222021804e493c2549c910ef370dfe595a
|
||||
gui_url: win64
|
||||
gui_hash: c23c849a2a970370f2bf7e22aae34f633f51d8490b6130337e5fe9369aff77e0
|
||||
gui_installer_url: win64install
|
||||
gui_installer_hash: 4c0ceb81361a4b69bff6cd5a47ef94cfd2992796fb25ca3923aed51d6fcd48bd
|
||||
cli_version: 0.14.0.2
|
||||
gui_version: 0.14.0.0
|
||||
gui_installer_version: 0.14.0.0
|
||||
tag: Boron Butterfly
|
||||
blockchain: win
|
||||
|
||||
|
|
|
@ -185,6 +185,7 @@ downloads:
|
|||
mobilelight2: الملتقي
|
||||
mobilelight3: للتواصل معنا
|
||||
clionly: معدات سطر الأوامر فقط
|
||||
installer: Installer
|
||||
|
||||
monero-project:
|
||||
translated: "yes"
|
||||
|
|
|
@ -185,6 +185,7 @@ downloads:
|
|||
mobilelight2: Hangouts
|
||||
mobilelight3: ", um zu sehen, wo wir so sind."
|
||||
clionly: ausschließlich Befehlszeilenprogramme
|
||||
installer: Installationsprogramm
|
||||
|
||||
monero-project:
|
||||
translated: "yes"
|
||||
|
|
|
@ -186,6 +186,7 @@ downloads:
|
|||
mobilelight2: Hangouts
|
||||
mobilelight3: page to see where we are.
|
||||
clionly: Command-Line Tools Only
|
||||
installer: Installer
|
||||
|
||||
monero-project:
|
||||
translated: "yes"
|
||||
|
|
|
@ -185,6 +185,7 @@ downloads:
|
|||
mobilelight2: Medios de Comunicación
|
||||
mobilelight3: para ver en dónde realizar la petición.
|
||||
clionly: v. Consola de Comandos
|
||||
installer: Instalador
|
||||
|
||||
monero-project:
|
||||
translated: "yes"
|
||||
|
|
|
@ -187,6 +187,7 @@ downloads:
|
|||
mobilelight2: Rencontres
|
||||
mobilelight3: pour voir où nous sommes.
|
||||
clionly: Outils Ligne de Commande uniquement
|
||||
installer: Installateur
|
||||
|
||||
monero-project:
|
||||
translated: "yes"
|
||||
|
|
|
@ -185,6 +185,7 @@ downloads:
|
|||
mobilelight2: Lista canali
|
||||
mobilelight3: per vedere dove trovarci.
|
||||
clionly: Command-Line Tools Only
|
||||
installer: Programma di installazione
|
||||
|
||||
monero-project:
|
||||
translated: "yes"
|
||||
|
|
|
@ -185,6 +185,7 @@ downloads:
|
|||
mobilelight2: Hangoutami
|
||||
mobilelight3: i zobacz, gdzie można nas spotkać.
|
||||
clionly: (Wyłącznie narzędzia wiersza poleceń)
|
||||
installer: Instalator
|
||||
|
||||
monero-project:
|
||||
translated: "yes"
|
||||
|
|
|
@ -124,6 +124,19 @@ permalink: /downloads/index.html
|
|||
<p class="hash"> {{ data_downloads.cli_hash }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
{% if data_downloads.gui_installer_hash != nil %}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-12" >
|
||||
<h3 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_installer_url }}">{{ data_downloads.platform }} {% t downloads.installer %}</a>
|
||||
</h3>
|
||||
<p>{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}</p>
|
||||
<p class="prehash">SHA256 Hash (GUI Installer):</p>
|
||||
<p class="hash"> {{ data_downloads.gui_installer_hash }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue