We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14b7b7 commit b1baba8Copy full SHA for b1baba8
1 file changed
Website/src/pages/download.mdx
@@ -69,19 +69,7 @@ Download the latest binaries via GitHub Releases:
69
</Link>
70
</div>
71
72
-<details>
73
- <summary>SHA256 checksums</summary>
74
- <div>
75
- <p>File hashes of the above downloads:</p>
76
- <p>
77
- Setup: <code>C0A49E98C788CC0C69B0AAA87D7550B7307B797A761B8913D1CDAE305FDFF666</code><br />
78
- Portable: <code>85AB794D44FEC49A08FBD261C00689E8D50A50DF9787B85946752B1F180373B6</code><br />
79
- Archive: <code>96DAFC53A89A86E7FF9C971F5136FD9474BF2CCB956C724EE93C10B231B25819</code><br />
80
- </p>
81
- <p>You can verify the file hash with the following PowerShell command:</p>
82
- <pre><code class="language-powershell">Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.msi -Algorithm SHA256</code></pre>
83
- </div>
84
-</details>
+
85
86
:::info
87
0 commit comments