Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
monero-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
janowitz
monero-site
Commits
630d6555
Commit
630d6555
authored
Oct 26, 2018
by
René Brunner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proposal: Adding Windows installer download
parent
8f7d01f4
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
25 additions
and
2 deletions
+25
-2
_data/downloads.yml
_data/downloads.yml
+5
-2
_i18n/ar.yml
_i18n/ar.yml
+1
-0
_i18n/de.yml
_i18n/de.yml
+1
-0
_i18n/en.yml
_i18n/en.yml
+1
-0
_i18n/es.yml
_i18n/es.yml
+1
-0
_i18n/fr.yml
_i18n/fr.yml
+1
-0
_i18n/it.yml
_i18n/it.yml
+1
-0
_i18n/pl.yml
_i18n/pl.yml
+1
-0
downloads/index.md
downloads/index.md
+13
-0
No files found.
_data/downloads.yml
View file @
630d6555
...
...
@@ -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
...
...
@@ -87,9 +90,9 @@
mirror1
:
https://git.pwned.systems/monero-project/monero
cli_hash
:
source
version
:
Bleeding edge (possibly unstable)
-
platform
:
Mobile & Light Wallets
id
:
mobilelight
-
platform
:
Hardware Wallets
id
:
hardware
_i18n/ar.yml
View file @
630d6555
...
...
@@ -185,6 +185,7 @@ downloads:
mobilelight2
:
الملتقي
mobilelight3
:
للتواصل معنا
clionly
:
معدات سطر الأوامر فقط
installer
:
Installer
monero-project
:
translated
:
"
yes"
...
...
_i18n/de.yml
View file @
630d6555
...
...
@@ -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"
...
...
_i18n/en.yml
View file @
630d6555
...
...
@@ -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"
...
...
_i18n/es.yml
View file @
630d6555
...
...
@@ -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"
...
...
_i18n/fr.yml
View file @
630d6555
...
...
@@ -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"
...
...
_i18n/it.yml
View file @
630d6555
...
...
@@ -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"
...
...
_i18n/pl.yml
View file @
630d6555
...
...
@@ -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"
...
...
downloads/index.md
View file @
630d6555
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment