Skip to content

Commit 5f4f302

Browse files
committed
feat(download): update version, use dynamic links
1 parent 3a59ef1 commit 5f4f302

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

_data/zeal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version: 0.6.1
1+
current_version: 0.7.0

download.html

+9-16
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,26 @@
77
it yourself from the source code.
88
---
99
<div class="zd-section">
10-
<h2 id="windows">Windows</h2>
11-
1210
<div class="alert alert-info" role="alert">
13-
If Zeal crashes on start, with or without a warning about missing <strong>vcruntime140.dll</strong>, please install
14-
<a href="https://www.microsoft.com/en-us/download/details.aspx?id=52685"><strong>Microsoft Visual C++ 2015 Redistributable</strong></a>.
11+
Official binaries and source archives are available from <a href="https://github.com/zealdocs/zeal/releases"><strong>GitHub Releases</strong></a>.
1512
</div>
1613

14+
<h2 id="windows">Windows</h2>
15+
1716
<h3>Installer (MSI)</h3>
1817
<p>Use this installer to conveniently install Zeal as any other app.</p>
1918
<p>
20-
<a href="https://github.com/zealdocs/zeal/releases/download/v0.6.1/zeal-0.6.1-windows-x64.msi"
21-
class="btn btn-default" role="button">64-bit MSI (26.9 MB)</a>
22-
<a href="https://github.com/zealdocs/zeal/releases/download/v0.6.1/zeal-0.6.1-windows-x86.msi"
23-
class="btn btn-default" role="button">32-bit MSI (22.7 MB)</a>
19+
<a href="https://github.com/zealdocs/zeal/releases/download/v{{ site.data.zeal.current_version }}/zeal-{{ site.data.zeal.current_version }}-windows-x64.msi"
20+
class="btn btn-default" role="button">64-bit MSI</a>
2421
</p>
2522

2623
<h3>Portable</h3>
2724
<p>This is a special build intended for use without installation. All settings and docsets are stored in the application directory.</p>
2825
<p>
29-
<a href="https://github.com/zealdocs/zeal/releases/download/v0.6.1/zeal-portable-0.6.1-windows-x64.7z"
30-
class="btn btn-default" role="button">64-bit 7Z (20.1 MB)</a>
31-
<a href="https://github.com/zealdocs/zeal/releases/download/v0.6.1/zeal-portable-0.6.1-windows-x64.zip"
32-
class="btn btn-default" role="button">64-bit ZIP (30.4 MB)</a>
33-
<a href="https://github.com/zealdocs/zeal/releases/download/v0.6.1/zeal-portable-0.6.1-windows-x86.7z"
34-
class="btn btn-default" role="button">32-bit 7Z (16.9 MB)</a>
35-
<a href="https://github.com/zealdocs/zeal/releases/download/v0.6.1/zeal-portable-0.6.1-windows-x86.zip"
36-
class="btn btn-default" role="button">32-bit ZIP (25.5 MB)</a>
26+
<a href="https://github.com/zealdocs/zeal/releases/download/v{{ site.data.zeal.current_version }}/zeal-{{ site.data.zeal.current_version }}-portable-windows-x64.7z"
27+
class="btn btn-default" role="button">64-bit 7Z</a>
28+
<a href="https://github.com/zealdocs/zeal/releases/download/v{{ site.data.zeal.current_version }}/zeal-{{ site.data.zeal.current_version }}-portable-windows-x64.zip"
29+
class="btn btn-default" role="button">64-bit ZIP</a>
3730
</p>
3831

3932
<h3>Chocolatey</h3>

0 commit comments

Comments
 (0)