From 6d68621336ec003922f2233d8d0e387bc6c8765e Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 23 Jun 2013 10:53:31 +1000 Subject: [PATCH] new app: python. support MSI files --- python.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python.json diff --git a/python.json b/python.json new file mode 100644 index 0000000000..0ee3a3f535 --- /dev/null +++ b/python.json @@ -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" ] +} \ No newline at end of file