mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
new app: python. support MSI files
This commit is contained in:
parent
a9b541a539
commit
6d68621336
16
python.json
Normal file
16
python.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"homepage": "http://www.python.org",
|
||||
"license": "http://docs.python.org/3.3/license.html",
|
||||
"version": "3.3.2",
|
||||
"urls": {
|
||||
"32bit": "http://www.python.org/ftp/python/3.3.2/python-3.3.2.msi",
|
||||
"64bit": "http://www.python.org/ftp/python/3.3.2/python-3.3.2.amd64.msi"
|
||||
},
|
||||
"msi": {
|
||||
"codes": {
|
||||
"32bit": "{92389DE9-939E-341B-A076-1D52D7DBCA71}",
|
||||
"64bit": "{9FA9A2A6-19E4-381A-8AF3-F8CF12F0DCF0}"
|
||||
}
|
||||
},
|
||||
"bin": [ "python.exe", "py.exe" ]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user