Skip to content

Commit 69059fa

Browse files
committed
Update download.mdx
1 parent 7f39496 commit 69059fa

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Website/src/pages/download.mdx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,20 @@ import styles from "./styles.module.css";
8989
</div>
9090
</details>
9191

92-
92+
<details>
93+
<summary>Checksums</summary>
94+
<div>
95+
<p>SHA-256 checksums for the latest release:</p>
96+
<b>Setup</b> (MSI Installer)
97+
<pre><code>0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9</code></pre>
98+
<b>Portable</b> (ZIP Archive)
99+
<pre><code>85000CC7E9892C14B3C1F7DE2D540A57E2C90CF5AE25E27960844751AADCF166</code></pre>
100+
<b>Archive</b> (ZIP Archive)
101+
<pre><code>68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74</code></pre>
102+
<p>You can verify the checksum with the following PowerShell command:</p>
103+
<pre><code class="language-powershell">Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256</code></pre>
104+
</div>
105+
</details>
93106

94107
<div className={`${styles.shieldsContainer}`}>
95108
<a

0 commit comments

Comments
 (0)