Skip to content

Commit db4ffca

Browse files
committed
Docs: Add checksum
1 parent b1baba8 commit db4ffca

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

Website/src/pages/download.mdx

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,36 @@ Download the latest binaries via GitHub Releases:
6969
</Link>
7070
</div>
7171

72-
72+
<details>
73+
<summary>SHA256 checksums</summary>
74+
<div>
75+
<p>File hashes of the above downloads:</p>
76+
<p>
77+
Setup:
78+
<code>
79+
C0A49E98C788CC0C69B0AAA87D7550B7307B797A761B8913D1CDAE305FDFF666
80+
</code>
81+
<br />
82+
Portable:
83+
<code>
84+
85AB794D44FEC49A08FBD261C00689E8D50A50DF9787B85946752B1F180373B6
85+
</code>
86+
<br />
87+
Archive:
88+
<code>
89+
96DAFC53A89A86E7FF9C971F5136FD9474BF2CCB956C724EE93C10B231B25819
90+
</code>
91+
<br />
92+
</p>
93+
<p>You can verify the file hash with the following PowerShell command:</p>
94+
<pre>
95+
<code class="language-powershell">
96+
Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm
97+
SHA256
98+
</code>
99+
</pre>
100+
</div>
101+
</details>
73102

74103
:::info
75104

0 commit comments

Comments
 (0)