mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
--Improves platform detection for linux on /get-dash/index.html
--Adds friendly "platform not detected" message styled with callout. --Hardens "download button" init code and removes unnecessary execution --console-log cleanup
This commit is contained in:
parent
e3e3aeb6e4
commit
df757d920c
5 changed files with 63 additions and 50 deletions
|
@ -1,29 +1,3 @@
|
|||
- 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: "https://www.dash.org/binaries/dash-0.12.0.58-win32.zip"
|
||||
-
|
||||
label: Hash File
|
||||
url: "https://github.com/dashpay/dash/releases/download/v0.12.0.58/SHA256SUMS.asc"
|
||||
-
|
||||
label: PGP
|
||||
url: "https://www.dash.org/binaries/dash-0.12.0.58-win32.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
|
||||
|
@ -50,6 +24,32 @@
|
|||
label: PGP
|
||||
url: "https://www.dash.org/binaries/dash-0.12.0.58-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: "https://www.dash.org/binaries/dash-0.12.0.58-win32.zip"
|
||||
-
|
||||
label: Hash File
|
||||
url: "https://github.com/dashpay/dash/releases/download/v0.12.0.58/SHA256SUMS.asc"
|
||||
-
|
||||
label: PGP
|
||||
url: "https://www.dash.org/binaries/dash-0.12.0.58-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue