mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Update: default to 64bit wallet download (#91)
This commit is contained in:
parent
afa23c8931
commit
04eea95433
2 changed files with 54 additions and 55 deletions
|
@ -1,55 +1,3 @@
|
|||
- name: "Dash Core Win/32 Installer"
|
||||
description: Dash Core QT Wallet (All Features incl IS, PS, ....)
|
||||
logo_url: /assets/img/dash_circle_normal.png
|
||||
os: win32
|
||||
type: desktop
|
||||
vendor_id: dash_core
|
||||
vendor_label: Dash Core
|
||||
product_id: dash_core_win_32_install
|
||||
product_label: Dash Core
|
||||
product_security_label: "https://www.dash.org"
|
||||
product_security_url: "https://www.dash.org"
|
||||
product_website_label: Dash.org
|
||||
product_website_url: "https://www.dash.org"
|
||||
product_source_label: Github
|
||||
product_source_url: "https://github.com/dashpay/dash"
|
||||
links:
|
||||
-
|
||||
label: Download Installer
|
||||
url: "/binaries/dash-0.12.1.0-win32-setup.exe"
|
||||
-
|
||||
label: Hash File
|
||||
url: "https://github.com/dashpay/dash/releases/download/v0.12.1.0/SHA256SUMS.asc"
|
||||
-
|
||||
label: PGP
|
||||
url: "/binaries/dash-0.12.1.0-win32-setup.exe.asc"
|
||||
|
||||
- name: "Dash Core Win/32 ZIP"
|
||||
description: Dash Core QT Wallet (All Features incl IS, PS, ....)
|
||||
logo_url: /assets/img/dash_circle_normal.png
|
||||
os: win32
|
||||
type: desktop
|
||||
vendor_id: dash_core
|
||||
vendor_label: Dash Core
|
||||
product_id: dash_core_win_32_zip
|
||||
product_label: Dash Core Win/32 ZIP
|
||||
product_security_label: "https://www.dash.org"
|
||||
product_security_url: "https://www.dash.org"
|
||||
product_website_label: Dash.org
|
||||
product_website_url: "https://www.dash.org"
|
||||
product_source_label: Github
|
||||
product_source_url: "https://github.com/dashpay/dash"
|
||||
links:
|
||||
-
|
||||
label: Download ZIP
|
||||
url: "/binaries/dash-0.12.1.0-win32.zip"
|
||||
-
|
||||
label: Hash File
|
||||
url: "https://github.com/dashpay/dash/releases/download/v0.12.1.0/SHA256SUMS.asc"
|
||||
-
|
||||
label: PGP
|
||||
url: "/binaries/dash-0.12.1.0-win32.zip.asc"
|
||||
|
||||
- name: "Dash Core Win/64 Installer"
|
||||
description: Dash Core QT Wallet (All Features incl IS, PS, ....)
|
||||
logo_url: /assets/img/dash_circle_normal.png
|
||||
|
@ -102,6 +50,57 @@
|
|||
label: PGP
|
||||
url: "/binaries/dash-0.12.1.0-win64.zip.asc"
|
||||
|
||||
- name: "Dash Core Win/32 Installer"
|
||||
description: Dash Core QT Wallet (All Features incl IS, PS, ....)
|
||||
logo_url: /assets/img/dash_circle_normal.png
|
||||
os: win32
|
||||
type: desktop
|
||||
vendor_id: dash_core
|
||||
vendor_label: Dash Core
|
||||
product_id: dash_core_win_32_install
|
||||
product_label: Dash Core
|
||||
product_security_label: "https://www.dash.org"
|
||||
product_security_url: "https://www.dash.org"
|
||||
product_website_label: Dash.org
|
||||
product_website_url: "https://www.dash.org"
|
||||
product_source_label: Github
|
||||
product_source_url: "https://github.com/dashpay/dash"
|
||||
links:
|
||||
-
|
||||
label: Download Installer
|
||||
url: "/binaries/dash-0.12.1.0-win32-setup.exe"
|
||||
-
|
||||
label: Hash File
|
||||
url: "https://github.com/dashpay/dash/releases/download/v0.12.1.0/SHA256SUMS.asc"
|
||||
-
|
||||
label: PGP
|
||||
url: "/binaries/dash-0.12.1.0-win32-setup.exe.asc"
|
||||
|
||||
- name: "Dash Core Win/32 ZIP"
|
||||
description: Dash Core QT Wallet (All Features incl IS, PS, ....)
|
||||
logo_url: /assets/img/dash_circle_normal.png
|
||||
os: win32
|
||||
type: desktop
|
||||
vendor_id: dash_core
|
||||
vendor_label: Dash Core
|
||||
product_id: dash_core_win_32_zip
|
||||
product_label: Dash Core Win/32 ZIP
|
||||
product_security_label: "https://www.dash.org"
|
||||
product_security_url: "https://www.dash.org"
|
||||
product_website_label: Dash.org
|
||||
product_website_url: "https://www.dash.org"
|
||||
product_source_label: Github
|
||||
product_source_url: "https://github.com/dashpay/dash"
|
||||
links:
|
||||
-
|
||||
label: Download ZIP
|
||||
url: "/binaries/dash-0.12.1.0-win32.zip"
|
||||
-
|
||||
label: Hash File
|
||||
url: "https://github.com/dashpay/dash/releases/download/v0.12.1.0/SHA256SUMS.asc"
|
||||
-
|
||||
label: PGP
|
||||
url: "/binaries/dash-0.12.1.0-win32.zip.asc"
|
||||
|
||||
- name: Dash Core Linux 32 Bit
|
||||
description: Dash Core QT Wallet (All Features incl IS, PS, ....)
|
||||
|
|
|
@ -6,7 +6,7 @@ description: pages.wallets.description
|
|||
{% include hero/wallets.html %}
|
||||
{% include modals/win-core.html %}
|
||||
|
||||
{% assign desktop-os-order-list = "win32,win64,osx,linux" | split: ','%}
|
||||
{% assign desktop-os-order-list = "win64,win32,osx,linux" | split: ','%}
|
||||
{% assign desktop-os-collection = site.data.wallets-collection | where:"type","desktop" | group_by:"os" %}
|
||||
{% assign mobile-os-collection = site.data.wallets-collection | where:"type","mobile" | group_by:"os" %}
|
||||
{% assign product-collection = site.data.wallets-collection | group_by:"product_id" %}
|
||||
|
@ -32,10 +32,10 @@ description: pages.wallets.description
|
|||
{% if os-sequence == wallet-group.name %}
|
||||
<li role="tab" {%if forloop.first == true %}class="active"{% endif %}><a data-toggle="pill" href="#{{wallet-group.name}}">
|
||||
{% case wallet-group.name %}
|
||||
{% when 'win64' %}
|
||||
Windows (64bit)
|
||||
{% when 'win32' %}
|
||||
Windows (32bit)
|
||||
{% when 'win64' %}
|
||||
Windows (64bit)
|
||||
{% when 'osx' %}
|
||||
OSX
|
||||
{% when 'linux' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue