From 433b85a096985cc31364623f80437a27775b4fd0 Mon Sep 17 00:00:00 2001 From: ramon Date: Fri, 1 Jul 2016 11:47:51 +0000 Subject: [PATCH] =?UTF-8?q?#718:=20Usar=20componentes=20m=C3=A1s=20nuevos?= =?UTF-8?q?=20al=20generar=20OGAgent=20para=20Windows.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.1@4973 a21b9725-9963-47de-94b9-378ad31fedc9 --- windows/py2exe-wine-linux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/py2exe-wine-linux.sh b/windows/py2exe-wine-linux.sh index 7094550..6d9427d 100755 --- a/windows/py2exe-wine-linux.sh +++ b/windows/py2exe-wine-linux.sh @@ -11,12 +11,12 @@ download() { mkdir downloads # Get needed software cd downloads - wget -nd https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi + wget -nd https://www.python.org/ftp/python/2.7.11/python-2.7.11.msi -O python-2.7.msi wget -nd http://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi wget -nd https://bootstrap.pypa.io/get-pip.py - wget -nd http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/pywin32-219.win32-py2.7.exe/download -O pywin32-install.exe + wget -nd http://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/pywin32-220.win32-py2.7.exe/download -O pywin32-install.exe wget -nd http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe/download -O py2exe-install.exe - wget -nd http://prdownloads.sourceforge.net/nsis/nsis-3.0b1-setup.exe?download -O nsis-install.exe + wget -nd http://prdownloads.sourceforge.net/nsis/nsis-3.0rc1-setup.exe?download -O nsis-install.exe wget -nd http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32.exe/download -O pyqt-install.exe wget -nd http://nsis.sourceforge.net/mediawiki/images/d/d7/NSIS_Simple_Firewall_Plugin_1.20.zip cd .. @@ -30,7 +30,7 @@ install_python() { cd downloads echo "Installing python" - $WINE msiexec /qn /i python-2.7.10.msi + $WINE msiexec /qn /i python-2.7.msi echo "Installing vc for python" $WINE msiexec /qn /i VCForPython27.msi