You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,54 @@ Issues are being tracked here on GitHub.
98
98
99
99
The source code for NW.js and the daily development spans across multiple repositories in this organization. This repository is for the purpose of issue tracking, landing page and part of the source code.
100
100
101
+
### Verifying Binaries
102
+
103
+
Starting from 0.32.0 the stable and nightly download directories contain a SHASUMS256.txt
104
+
file that lists the SHA checksums for each file available for download, as well as the
105
+
checksums for the files inside the download package.
106
+
107
+
The SHASUMS256.txt can be downloaded using `curl`.
After downloading the appropriate SHASUMS256.txt and SHASUMS256.txt.asc files,
143
+
you can then use `gpg --verify SHASUMS256.txt.asc SHASUMS256.txt` to verify
144
+
that the file has been signed by an authorized member of the NW.js team.
145
+
146
+
Once verified, use the SHASUMS256.txt file to get the checksum for
147
+
the binary verification command above.
148
+
101
149
## License
102
150
103
151
`NW.js`'s code in this repo uses the MIT license, see our `LICENSE` file. To redistribute the binary, see [How to package and distribute your apps](https://github.com/nwjs/nw.js/wiki/How-to-package-and-distribute-your-apps)
0 commit comments