chore: remove tls check script (#19280)
This commit is contained in:
parent
9a7426dc25
commit
3d2eb8360a
7 changed files with 2 additions and 123 deletions
|
@ -12,7 +12,7 @@ Follow the guidelines below for building Electron on Linux.
|
|||
For a quick test, run the following script:
|
||||
|
||||
```sh
|
||||
$ npm run check-tls
|
||||
$ npx @electron/check-python-tls
|
||||
```
|
||||
|
||||
If the script returns that your configuration is using an outdated security
|
||||
|
|
|
@ -15,7 +15,7 @@ Please also ensure that your system and Python version support at least TLS 1.2.
|
|||
This depends on both your version of macOS and Python. For a quick test, run:
|
||||
|
||||
```sh
|
||||
$ npm run check-tls
|
||||
$ npx @electron/check-python-tls
|
||||
```
|
||||
|
||||
If the script returns that your configuration is using an outdated security
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue