|
7 | 7 | it yourself from the source code.
|
8 | 8 | ---
|
9 | 9 | <div class="zd-section">
|
10 |
| - <h2 id="windows">Windows</h2> |
11 |
| - |
12 | 10 | <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>. |
15 | 12 | </div>
|
16 | 13 |
|
| 14 | + <h2 id="windows">Windows</h2> |
| 15 | + |
17 | 16 | <h3>Installer (MSI)</h3>
|
18 | 17 | <p>Use this installer to conveniently install Zeal as any other app.</p>
|
19 | 18 | <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> |
24 | 21 | </p>
|
25 | 22 |
|
26 | 23 | <h3>Portable</h3>
|
27 | 24 | <p>This is a special build intended for use without installation. All settings and docsets are stored in the application directory.</p>
|
28 | 25 | <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> |
37 | 30 | </p>
|
38 | 31 |
|
39 | 32 | <h3>Chocolatey</h3>
|
|
0 commit comments