[gtk-builder-win] Add a wget binary that does not need msys
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-builder-win] Add a wget binary that does not need msys
- Date: Mon, 14 Jul 2014 19:02:22 +0000 (UTC)
commit 86fe8da8ab19d5007455b803e81325692db79cd3
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Jul 14 21:02:00 2014 +0200
Add a wget binary that does not need msys
win32/z_Install/Tools/WGET.EXE | Bin 349184 -> 401408 bytes
win32/z_Install/setup.bat | 2 +-
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/z_Install/Tools/WGET.EXE b/win32/z_Install/Tools/WGET.EXE
index fd5f557..f2a11c1 100644
Binary files a/win32/z_Install/Tools/WGET.EXE and b/win32/z_Install/Tools/WGET.EXE differ
diff --git a/win32/z_Install/setup.bat b/win32/z_Install/setup.bat
index 8eac2c0..eaa6dee 100644
--- a/win32/z_Install/setup.bat
+++ b/win32/z_Install/setup.bat
@@ -13,7 +13,7 @@ cd ..
rem Install python
cd Tools
-WGET.exe https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi
+WGET.exe --no-check-certificate https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi
python-2.7.8.msi
xcopy python2.7-config c:\Python27
cd ..
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]