mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"version": "4.22.0",
|
|
"description": "The Interactive editor for scientific Python",
|
|
"homepage": "https://pyzo.org/",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pyzo/pyzo/releases/download/v4.22.0/pyzo-4.22.0-win64.zip",
|
|
"hash": "9d5cb456a3a306cc4ea273f60274349b1e8014377fc2333815fdc6d36a938ad7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pyzo/pyzo/releases/download/v4.22.0/pyzo-4.22.0-win32.zip",
|
|
"hash": "6cd8fcbf17d6fd17abcd1731be028bc380b069da0f2334baa577c2cd2288e02f"
|
|
}
|
|
},
|
|
"extract_dir": "pyzo",
|
|
"pre_install": [
|
|
"Rename-Item \"$dir\\_internal\\_settings\" \"$dir\\_internal\\settings\"",
|
|
"New-item \"$dir\\_internal\\settings\\pyzo\" -ItemType Directory | Out-Null"
|
|
],
|
|
"bin": "pyzo.exe",
|
|
"shortcuts": [
|
|
[
|
|
"pyzo.exe",
|
|
"Pyzo"
|
|
]
|
|
],
|
|
"persist": "_internal\\settings",
|
|
"checkver": {
|
|
"github": "https://github.com/pyzo/pyzo"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pyzo/pyzo/releases/download/v$version/pyzo-$version-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pyzo/pyzo/releases/download/v$version/pyzo-$version-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|