mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.python.org/",
|
|
"license": "https://docs.python.org/3/license.html",
|
|
"version": "3.6.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.python.org/ftp/python/3.6.1/python-3.6.1-amd64.exe#/py361.exe",
|
|
"hash": "md5:ad69fdacde90f2ce8286c279b11ca188"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.python.org/ftp/python/3.6.1/python-3.6.1.exe#/py361.exe",
|
|
"hash": "md5:3773db079c173bd6d8a631896c72a88f"
|
|
}
|
|
},
|
|
"pre_install": "copy-item $dir\\py361.exe $dir\\uninstall.exe",
|
|
"installer": {
|
|
"args": [
|
|
"/quiet",
|
|
"InstallAllUsers=$(@{$true=1;$false=0}[$global])",
|
|
"TargetDir=$dir",
|
|
"AssociateFiles=0",
|
|
"Shortcuts=0",
|
|
"InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"
|
|
]
|
|
},
|
|
"uninstaller": {
|
|
"file": "uninstall.exe",
|
|
"args": [ "/uninstall", "/quiet", "InstallAllUsers=0"]
|
|
},
|
|
"bin": [
|
|
"python.exe",
|
|
"pythonw.exe",
|
|
[ "python.exe", "python3" ]
|
|
],
|
|
"env_add_path": [ "scripts" ],
|
|
"checkver": "<p>Latest: <a href=\".*\">Python ([\\d.]+)</a> - <a.*>.*</a></p>"
|
|
}
|
|
|