Skip to content

Commit 7f39496

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

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

Website/src/pages/download.mdx

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

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>
98-
<code>
99-
0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9
100-
</code>
101-
</pre>
102-
<b>Portable</b> (ZIP Archive)
103-
<pre>
104-
<code>
105-
85000CC7E9892C14B3C1F7DE2D540A57E2C90CF5AE25E27960844751AADCF166
106-
</code>
107-
</pre>
108-
<b>Archive</b> (ZIP Archive)
109-
<pre>
110-
<code>
111-
68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74
112-
</code>
113-
</pre>
114-
<p>You can verify the checksum with the following PowerShell command:</p>
115-
<pre>
116-
<code class="language-powershell">
117-
Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256
118-
</code>
119-
</pre>
120-
<p>
121-
Checksums for each release can be found on:
122-
<a href="https://github.com/BornToBeRoot/NETworkManager/releases" target="_blank">
123-
GitHub Releases
124-
</a>
125-
</p>
126-
</div>
127-
</details>
92+
12893

12994
<div className={`${styles.shieldsContainer}`}>
13095
<a

0 commit comments

Comments
 (0)