pypy3: Fix bin (#3316)

This commit is contained in:
Hsiao-nan Cheung 2022-02-21 17:04:28 +08:00 committed by GitHub
parent 28b7b5c1ff
commit ef5b388b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
} }
}, },
"bin": [ "bin": [
"pypy3.exe", "pypy.exe",
"pypy3w.exe" "pypyw.exe"
], ],
"checkver": { "checkver": {
"url": "https://www.pypy.org/download.html", "url": "https://www.pypy.org/download.html",