Quellcode durchsuchen

Update downloads for pywin32 and comtypes

Thomas Kluyver vor 8 Jahren
Ursprung
Commit
33bb542586
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      examples/pywebview/download.sh

+ 4 - 4
examples/pywebview/download.sh

@@ -2,14 +2,14 @@
 # Download pywin32 for Python 3.5, 64 bit
 set -e
 
-if [ ! -f pywin32.exe]; then
-  wget -O pywin32.exe wget https://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/pywin32-219.win-amd64-py3.5.exe
+if [ ! -f pywin32.exe ]; then
+  wget -O pywin32.exe https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/pywin32-220.win-amd64-py3.5.exe
 fi
 
 # Comtypes (this is actually pure Python, but it's Windows only,
 # so it's easiest to get it like this)
-if [ ! -f comtypes.zip]; then
-  wget -O comtypes.zip https://github.com/enthought/comtypes/archive/1.1.2.zip
+if [ ! -f comtypes.zip ]; then
+  wget -O comtypes.zip https://github.com/enthought/comtypes/archive/1.1.3.zip
 fi
 
 rm -rf pynsist_pkgs