Skip to content

Commit e508e8d

Browse files
committed
Docs: Try to improve checksum view
1 parent 187fdb7 commit e508e8d

1 file changed

Lines changed: 10 additions & 27 deletions

File tree

Website/src/pages/download.mdx

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -69,34 +69,17 @@ Download the latest binaries via GitHub Releases:
6969
</div>
7070

7171
<details>
72-
<summary>SHA256 checksums</summary>
73-
<div>
72+
<summary>SHA256 checksums</summary>
7473
<div>
7574
<p>File hashes of the above downloads:</p>
76-
<table>
77-
<thead>
78-
<tr>
79-
<th>File</th>
80-
<th><code>SHA256</code></th>
81-
</tr>
82-
</thead>
83-
<tbody>
84-
<tr>
85-
<td><code>NETworkManager_2024.4.21.0_Setup.exe</code></td>
86-
<td><code>C0A49E98C788CC0C69B0AAA87D7550B7307B797A761B8913D1CDAE305FDFF666</code></td>
87-
</tr>
88-
<tr>
89-
<td><code>NETworkManager_2024.4.21.0_Portable.zip</code></td>
90-
<td><code>85AB794D44FEC49A08FBD261C00689E8D50A50DF9787B85946752B1F180373B6</code></td>
91-
</tr>
92-
<tr>
93-
<td><code>NETworkManager_2024.4.21.0_Archive.zip</code></td>
94-
<td><code>96DAFC53A89A86E7FF9C971F5136FD9474BF2CCB956C724EE93C10B231B25819</code></td>
95-
</tr>
96-
</tbody>
97-
</table>
98-
</div>
99-
</div>
75+
<p>
76+
Setup: <code>C0A49E98C788CC0C69B0AAA87D7550B7307B797A761B8913D1CDAE305FDFF666</code><br>
77+
Portable: <code>85AB794D44FEC49A08FBD261C00689E8D50A50DF9787B85946752B1F180373B6</code><br>
78+
Archive: <code>96DAFC53A89A86E7FF9C971F5136FD9474BF2CCB956C724EE93C10B231B25819</code><br>
79+
</p>
80+
<p>You can verify the file hash with the following PowerShell command:</p>
81+
<pre><code class="language-powershell">Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256</code></pre>
82+
</div>
10083
</details>
10184

10285
:::info
@@ -196,7 +179,7 @@ The setup is based on [InnoSetup](https://jrsoftware.org/isinfo.php) and the com
196179

197180
## Code Signing Policy
198181

199-
NETworkManager uses free code signing provided by [SignPath.io](https://signpath.io/) and a free code signing certificate
182+
NETworkManager uses free code signing provided by [SignPath.io](https://signpath.io/) and a free code signing certificate
200183
from [SignPath Foundation](https://signpath.org/).
201184

202185
The binaries and installer are built on [AppVeyor](https://ci.appveyor.com/project/BornToBeRoot/networkmanager) directly from the [GitHub repository](https://github.com/BornToBeRoot/NETworkManager/blob/main/appveyor.yml).

0 commit comments

Comments
 (0)