From b6e48f8020e715a8e36dee643bb1f4c8b25104b1 Mon Sep 17 00:00:00 2001 From: Nisarg Mehta <5328361+mehtanisarg369@users.noreply.github.com> Date: Fri, 17 Jul 2020 23:50:41 +0100 Subject: [PATCH] Add manifest file for Python v3.8.4 x64 (#2496) Co-authored-by: Nisarg Mehta --- manifests/Python/Python/3.8.4.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifests/Python/Python/3.8.4.yaml diff --git a/manifests/Python/Python/3.8.4.yaml b/manifests/Python/Python/3.8.4.yaml new file mode 100644 index 000000000..9cbd9de3d --- /dev/null +++ b/manifests/Python/Python/3.8.4.yaml @@ -0,0 +1,19 @@ +Id: Python.Python +Version: 3.8.4 +Name: Python +Publisher: Python +License: PSF LICENSE AGREEMENT FOR PYTHON +LicenseUrl: https://docs.python.org/3/license.html +AppMoniker: python +Tags: python, python3 +Description: Python is a programming language that lets you work more quickly and integrate your systems more effectively. +Homepage: https://www.python.org +Installers: + - Arch: x64 + Url: https://www.python.org/ftp/python/3.8.4/python-3.8.4-amd64.exe + Sha256: 24CEAD226C8B3DE579E246AA4152BD6C2FF8A613A65998EAC8B66920D9821919 + InstallerType: exe + Switches: + Silent: /Quiet + SilentWithProgress: /Passive + Custom: PrependPath=1 \ No newline at end of file