From f39fc3a71af50141d8d8a99b8d0e463e26aa199c Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sun, 11 Dec 2016 11:22:23 -0500 Subject: [PATCH] Changed to install_zip --- plugins/python-build/share/python-build/ironpython-2.7.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/ironpython-2.7.7 b/plugins/python-build/share/python-build/ironpython-2.7.7 index 6c9f6f79..1696dd21 100644 --- a/plugins/python-build/share/python-build/ironpython-2.7.7 +++ b/plugins/python-build/share/python-build/ironpython-2.7.7 @@ -1,2 +1,2 @@ -install_package "IronPython-2.7.7" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7/IronPython-2.7.7-win.zip#657c134ff6d6f0ed86557d9455dcdfeac11823944f7aa36d72a41cc5444c4a89" ironpython +install_zip "IronPython-2.7.7" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7/IronPython-2.7.7-win.zip#657c134ff6d6f0ed86557d9455dcdfeac11823944f7aa36d72a41cc5444c4a89" ironpython # FIXME: have not confirmed to install setuptools into IronPython yet