File tree Expand file tree Collapse file tree 1 file changed +29
-7
lines changed
Expand file tree Collapse file tree 1 file changed +29
-7
lines changed Original file line number Diff line number Diff line change @@ -94,18 +94,40 @@ import styles from "./styles.module.css";
9494 <div >
9595 <p >SHA-256 checksums for the latest release:</p >
9696 <b >Setup</b > (MSI Installer)
97- <pre ><code >0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9</code ></pre >
97+ <pre >
98+ <code >
99+ 0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9
100+ </code >
101+ </pre >
98102 <b >Portable</b > (ZIP Archive)
99- <pre ><code >85000CC7E9892C14B3C1F7DE2D540A57E2C90CF5AE25E27960844751AADCF166</code ></pre >
103+ <pre >
104+ <code >
105+ 85000CC7E9892C14B3C1F7DE2D540A57E2C90CF5AE25E27960844751AADCF166
106+ </code >
107+ </pre >
100108 <b >Archive</b > (ZIP Archive)
101- <pre ><code >68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74</code ></pre >
109+ <pre >
110+ <code >
111+ 68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74
112+ </code >
113+ </pre >
102114 <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 >
115+ <pre >
116+ <code class = " language-powershell" >
117+ Get-FileHash -Path .\NETworkManager_ { VERSION } _ Setup.msi -Algorithm
118+ SHA256
119+ </code >
120+ </pre >
104121 <p >
105122 Checksums for each release can be found on
106- <a href = " https://github.com/BornToBeRoot/NETworkManager/releases" target = " _blank" >
107- GitHub Releases
108- </a >.
123+ <span >
124+ <a
125+ href = " https://github.com/BornToBeRoot/NETworkManager/releases"
126+ target = " _blank"
127+ >
128+ GitHub Releases
129+ </a >
130+ </span >.
109131 </p >
110132 </div >
111133</details >
You can’t perform that action at this time.
0 commit comments