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
René Brunner
monero-site
Commits
e886575b
Commit
e886575b
authored
Oct 26, 2018
by
René Brunner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proposal: Adding Windows installer download
parent
672ca477
Pipeline
#32
failed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
_data/downloads.yml
_data/downloads.yml
+5
-2
_i18n/en.yml
_i18n/en.yml
+1
-0
downloads/index.md
downloads/index.md
+14
-1
No files found.
_data/downloads.yml
View file @
e886575b
...
...
@@ -5,8 +5,11 @@
cli_hash
:
d809acd1ed688a4567716cf199c75b51e696a022e6953df3642a8922a48a734a
gui_url
:
win64
gui_hash
:
5dfed8e36057bbffbddfe10ca5543666553e3c2aa21752c0ed0592a2592befdc
gui_installer_url
:
win64
gui_installer_hash
:
121212121212121212dfe10ca5543666553e3c2aa21752c0ed0592a2592befdc
cli_version
:
0.13.0.4
gui_version
:
0.13.0.3
gui_installer_version
:
0.13.0.3
tag
:
Beryllium Bullet
blockchain
:
win
...
...
@@ -86,9 +89,9 @@
cli_url
:
https://github.com/monero-project/monero
cli_hash
:
source
version
:
Bleeding edge (possibly unstable)
-
platform
:
Mobile & Light Wallets
id
:
mobilelight
-
platform
:
Hardware Wallets
id
:
hardware
_i18n/en.yml
View file @
e886575b
...
...
@@ -183,6 +183,7 @@ downloads:
mobilelight2
:
Hangouts
mobilelight3
:
page to see where we are.
clionly
:
Command-Line Tools Only
installer
:
Installer
monero-project
:
translated
:
"
yes"
...
...
downloads/index.md
View file @
e886575b
...
...
@@ -44,7 +44,7 @@ permalink: /downloads/index.html
<div
class=
"info-block"
>
<h2>
{% if data_downloads.icon != null %}
<span
class=
"{{data_downloads.icon}}"
></span>
<span
class=
"{{data_downloads.icon}}"
></span>
{% endif %}
{{data_downloads.platform}}
</h2>
...
...
@@ -127,6 +127,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"
>
<h4
id=
"{{ data_downloads.platform | slugify }}"
>
<a
href=
"//downloads.getmonero.org/gui_installer/{{ data_downloads.gui_installer_url }}"
>
{{ data_downloads.platform }} {% t downloads.installer %}
</a>
</h4>
<p>
{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}
</p>
<p><strong>
SHA256 Hash (GUI Installer):
</strong></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